queryType property

GraphQLObjectType<Object?>? queryType
final

The shape which all queries against the server must take.

Implementation

final GraphQLObjectType<Object?>? queryType;