+1 vote
in GraphQL by

Which of the following functions in GraphQL-tools helps you to bind schema and resolver?

a)inheritResolversFromInterfaces

b)allowIndefinedInResolve

c)resolverValidationOptions

d)makeExecutableSchema

1 Answer

0 votes
by
d)makeExecutableSchema functions in GraphQL-tools helps you to bind schema and resolver

Related questions

+1 vote
asked Mar 1, 2022 in GraphQL by sharadyadav1986
0 votes
asked Mar 1, 2022 in GraphQL by sharadyadav1986
...