Interface GraphQLInvalidSubjectError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLInvalidSubjectError extends GraphQLErrorObject
GraphQLInvalidSubjectError
Example to create an instance using the builder pattern

     GraphQLInvalidSubjectError graphQLInvalidSubjectError = GraphQLInvalidSubjectError.builder()
             .build()