A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
P
- PageInfo - class in io.github.graphglue.model
- Page info used in GraphQL connection to provide general pagination information
- parallelStream() - function in kotlin.collections.NodeSetProperty.NodeSet
- parseCursor(String,ObjectMapper) - function in io.github.graphglue.connection.order.Order
- Parses a cursor generated by generateCursor into a map from OrderPart name to value provided in the cursor Can be used for filtering in the database, e.g.
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.FilterEntryDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.NodeSetFilterDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.NodeSubFilterDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.SimpleFilterEntryDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.SimpleObjectFilterDefinitionEntry
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.scalars.BooleanFilterDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.scalars.ComparableFilterDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.scalars.FloatFilterDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.scalars.IDFilterDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.scalars.IntFilterDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.scalars.ScalarFilterDefinition
- Parses the entry of the provided filter
- parseEntry(Object) - function in io.github.graphglue.connection.filter.definition.scalars.StringFilterDefinition
- Parses the entry of the provided filter
- parseFilter(Object) - function in io.github.graphglue.connection.filter.definition.FilterDefinition
- Parses the GraphQL input into a filter
- parseMetaFilter(Object) - function in io.github.graphglue.connection.filter.definition.FilterDefinition
- Parses a meta filter.
- parseNode(Value,NodeDefinition) - function in io.github.graphglue.data.execution.NodeQueryExecutor
- Parses a single node Parses subqueries recursively
- parseNodeFilter(Object) - function in io.github.graphglue.connection.filter.definition.FilterDefinition
- Parses a node filter Requires that there is a definition present for all provided fields
- parseOrder(Object) - function in io.github.graphglue.connection.order.ParseOrderKt
- Parses the GraphQL input for an Order
- ParseOrderKt - class in io.github.graphglue.connection.order
- parseQueryResult(Value,Value,NodeQuery) - function in io.github.graphglue.data.execution.NodeQueryExecutor
- Parses the result of a query (a list of nodes, and optional a totalCount).
- Permission - class in io.github.graphglue.authorization
- Context for authorization
- printStackTrace() - function in kotlin.NodeSchemaException
- printStackTrace(PrintStream) - function in kotlin.NodeSchemaException
- printStackTrace(PrintWriter) - function in kotlin.NodeSchemaException
- propertyDataFetcherFactory(KClass,KProperty) - function in io.github.graphglue.graphql.datafetcher.RedirectKotlinDataFetcherFactoryProvider
- Property data fetcher factory which uses createBasePropertyDataFetcherFactory of the property is backed by a delegated BaseProperty, otherwise uses delegate to resolve the data fetcher factory
- provideDelegate(Node,KProperty) - function in io.github.graphglue.model.NodePropertyProvider
- Creates a new NodeProperty and registers it to the Node.propertyLookup
- provideDelegate(Node,KProperty) - function in io.github.graphglue.model.NodeSetPropertyProvider
- Creates a new NodeSetProperty and registers it to the Node.propertyLookup
- putAndInitIfAbsent(K,V,Consumer) - function in io.github.graphglue.util.CacheMap