public interface TypeDefinitionFactory
| Modifier and Type | Method and Description |
|---|---|
List<graphql.language.Definition<?>> |
create(List<graphql.language.Definition<?>> existing)
Called after parsing the SDL for creating any additional type definitions.
|
List<graphql.language.Definition<?>> create(List<graphql.language.Definition<?>> existing)
existing - all existing definitionsCopyright © 2019. All rights reserved.