Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam AD0-E725 Topic 2 Question 4 Discussion

Actual exam question for Adobe's AD0-E725 exam
Question #: 4
Topic #: 2
A Developer is tasked with extending the GraphQL capabilities of a client's Adobe Commerce project by adding custom attributes to the product query.
Which step should the Developer take to correctly implement this GraphQL customization?

Suggested Answer: A Vote an answer

The correct way to extend GraphQL is to extend the schema via schema.graphqls.
Define new fields for ProductInterface.
Provide a resolver class to return the attribute values.
B is incorrect: adding attributes in admin does not automatically expose them in GraphQL.
C is incorrect: repository plugins affect service contracts, not GraphQL schema definitions.
Reference:
Adobe Commerce DevDocs - Extend GraphQL schema

by Lawrence at May 03, 2026, 02:22 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.