GraphQLType
object from a java type.GraphQLType
object from a java type.GraphQLInterfaceType.Builder
ready for further definitionGraphQLObjectType
into a corresponding GraphQLInputObjectType
GraphQLUnion
it will return
a GraphQLUnionType.Builder
, if its annotated with GraphQLTypeResolver
it will return
a GraphQLObjectType
otherwise it will return a GraphQLInterfaceType.Builder
.GraphQLObjectType
representationGraphQLObjectType.Builder
ready for further definitionGraphQLOutputType
representation
which may be a GraphQLObjectType
or a GraphQLTypeReference
GraphQLUnionType.Builder
ready for further definitionGraphQLField
) is a collection that will
be adhering Relay Connection specification
At the moment, the only allowed type for such field is List<?>
TypeInfo
but the builder is not public
and hence it cant be used outside its package.