Command line tool to generate GraphQL models using scheme.
Based on template language Stencil.
The arguments should be passed to template are GraphQL objects.
- name - String
- kind - String (OBJECT, ENUM, INPUT_OBJECT)
- description - String (description of object)
- fields - [Field]
- inputFields - [Field]
- enumValues - [Enum]
- name - String
- replaceName - String (can be equal name)
- description - String
- arguments - [Argument]
- type - Type
- finalType - Type
- isList - Bool
- isNonNull - Bool
- name - String
- description - String
- type - Type
- finalType - Type
- isList - Bool
- kind - String
- name - String
- replaceName - String (can be equal name)
- ofType - Type
- isScalar - Bool