Package | Description |
---|---|
graphql.execution.preparsed |
Modifier and Type | Method and Description |
---|---|
PreparsedDocumentEntry |
PreparsedDocumentProvider.get(String query,
Function<String,PreparsedDocumentEntry> computeFunction)
This is called to get a "cached" pre-parsed query and if its not present, then the computeFunction
can be called to parse the query
|
PreparsedDocumentEntry |
NoOpPreparsedDocumentProvider.get(String query,
Function<String,PreparsedDocumentEntry> compute) |
Modifier and Type | Method and Description |
---|---|
PreparsedDocumentEntry |
PreparsedDocumentProvider.get(String query,
Function<String,PreparsedDocumentEntry> computeFunction)
This is called to get a "cached" pre-parsed query and if its not present, then the computeFunction
can be called to parse the query
|
PreparsedDocumentEntry |
NoOpPreparsedDocumentProvider.get(String query,
Function<String,PreparsedDocumentEntry> compute) |
Copyright © 2019. All rights reserved.