| Field and Description |
|---|
| graphql.relay.Relay.ResolvedGlobalId.id |
| graphql.relay.Relay.ResolvedGlobalId.type |
| Constructor and Description |
|---|
| graphql.relay.DefaultConnection() |
| graphql.relay.DefaultEdge() |
| graphql.relay.DefaultPageInfo() |
| 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. |
| graphql.GraphQL(GraphQLSchema, ExecutionStrategy, ExecutionStrategy, ExecutionStrategy)
use the
GraphQL.newGraphQL(GraphQLSchema) builder instead. This will be removed in a future version. |