Interface GraphQLInsufficientScopeError

All Superinterfaces:
GraphQLErrorObject

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

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