Interface GraphQLInvalidTokenError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLInvalidTokenErrorImpl

GraphQLInvalidTokenError
Example to create an instance using the builder pattern

     GraphQLInvalidTokenError graphQLInvalidTokenError = GraphQLInvalidTokenError.builder()
             .build()