Package io.jmix.graphql.spqr
Class SpqrCustomSchemeRegistry
java.lang.Object
io.jmix.graphql.spqr.SpqrCustomSchemeRegistry
Component that stores a list of custom graphQL operation names. Used to implement a protection mechanism.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddOperations(List<graphql.schema.GraphQLFieldDefinition> operations) booleanisCustomOperation(String operationName)  
- 
Constructor Details
- 
SpqrCustomSchemeRegistry
public SpqrCustomSchemeRegistry() 
 - 
 - 
Method Details
- 
addOperations
 - 
isCustomOperation
 
 -