isNonNullType CallableisNonNullType(type: GraphQLInputType): type is GraphQLNonNull<GraphQLInputType>isNonNullType(type: GraphQLOutputType): type is GraphQLNonNull<GraphQLOutputType>isNonNullType(type: unknown): type is GraphQLNonNull<GraphQLType>Create and operate on GraphQL type definitions and schema.Parameterstype: GraphQLInputTypeReturns type is GraphQLNonNull<GraphQLInputType>
Create and operate on GraphQL type definitions and schema.