1 / 5
We need to ___ a GraphQL schema before writing any resolvers.
-
-
-
-
You define a schema. Define is the precise technical collocation; the others do not fit. So define a GraphQL schema.
2 / 5
Engineers ___ a new field to the user type.
-
-
-
-
You add a field. Add is the standard collocation; put in is informal. So add a field.
3 / 5
The team will ___ a deprecated field to warn clients.
-
-
-
-
You deprecate a field. Deprecate is the exact collocation in GraphQL; the others do not collocate. So deprecate a field.
4 / 5
Resolvers ___ data for each field in the query.
-
-
-
-
Resolvers resolve data. Resolve is the precise technical verb; the others are vague. So resolve data.
5 / 5
We must ___ the schema to keep it consistent across services.
-
-
-
-
You validate a schema. Validate is the standard collocation; the others do not fit. So validate the schema.