Field and Description |
---|
graphql.relay.Relay.ResolvedGlobalId.id |
graphql.relay.Relay.ResolvedGlobalId.type |
Method and Description |
---|
graphql.schema.GraphQLDirective.isOnField() |
graphql.schema.GraphQLDirective.isOnFragment() |
graphql.schema.GraphQLDirective.isOnOperation() |
graphql.schema.GraphQLDirective.Builder.onField(boolean)
Use
graphql.schema.GraphQLDirective.Builder#validLocations(DirectiveLocation...) |
graphql.schema.GraphQLDirective.Builder.onFragment(boolean)
Use
graphql.schema.GraphQLDirective.Builder#validLocations(DirectiveLocation...) |
graphql.schema.GraphQLDirective.Builder.onOperation(boolean)
Use
graphql.schema.GraphQLDirective.Builder#validLocations(DirectiveLocation...) |
Constructor and Description |
---|
graphql.GraphQL(GraphQLSchema)
use the
GraphQL.newGraphQL(GraphQLSchema) builder instead. This will be removed in a future version. |
graphql.GraphQL(GraphQLSchema, ExecutionStrategy)
use the
GraphQL.newGraphQL(GraphQLSchema) builder instead. This will be removed in a future version. |
graphql.GraphQL(GraphQLSchema, ExecutionStrategy, ExecutionStrategy)
use the
GraphQL.newGraphQL(GraphQLSchema) builder instead. This will be removed in a future version. |