Interface GraphQLInvalidSubjectError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLInvalidSubjectErrorImpl

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

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