Class InputObjectBuilder


  • public class InputObjectBuilder
    extends java.lang.Object
    • Method Detail

      • getInputObjectBuilder

        public graphql.schema.GraphQLInputObjectType.Builder getInputObjectBuilder​(java.lang.Class<?> object,
                                                                                   ProcessingElementsContainer container)
                                                                            throws GraphQLAnnotationsException
        This will examine the object class and return a GraphQLInputObjectType.Builder ready for further definition
        Parameters:
        object - the object class to examine
        container - a class that hold several members that are required in order to build schema
        Returns:
        a GraphQLInputObjectType.Builder that represents that object class
        Throws:
        GraphQLAnnotationsException - if the object class cannot be examined