Interface GraphQLInsufficientScopeError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLInsufficientScopeErrorImpl

GraphQLInsufficientScopeError
Example to create an instance using the builder pattern

     GraphQLInsufficientScopeError graphQLInsufficientScopeError = GraphQLInsufficientScopeError.builder()
             .build()