+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
...