Package | Description |
---|---|
graphql.schema |
Modifier and Type | Method and Description |
---|---|
I |
Coercing.parseLiteral(Object input)
Called during query validation to convert an query input AST node into a Java object acceptable for the scalar type.
|
default I |
Coercing.parseLiteral(Object input,
Map<String,Object> variables)
Called during query execution to convert an query input AST node into a Java object acceptable for the scalar type.
|
Copyright © 2019. All rights reserved.