Interface GraphQLType


  • public interface GraphQLType
    • Method Detail

      • buildInputType

        static graphql.schema.GraphQLInputType buildInputType​(prompto.type.IType type,
                                                              graphql.schema.GraphQLCodeRegistry.Builder registry)
      • buildOutputType

        static graphql.schema.GraphQLOutputType buildOutputType​(prompto.type.IType type,
                                                                graphql.schema.GraphQLCodeRegistry.Builder registry)
      • inputType

        graphql.schema.GraphQLInputType inputType()
      • outputType

        graphql.schema.GraphQLOutputType outputType()
      • reflectedType

        prompto.type.IType reflectedType()
      • build

        static GraphQLType build​(prompto.type.IType type,
                                 graphql.schema.GraphQLCodeRegistry.Builder registry)
      • doBuild

        static GraphQLType doBuild​(prompto.type.IType type,
                                   graphql.schema.GraphQLCodeRegistry.Builder registry)