mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
13 lines
362 B
GraphQL
13 lines
362 B
GraphQL
scalar _KeyFieldSet
|
|
|
|
directive @key(fields: _KeyFieldSet!) on SCHEMA | OBJECT
|
|
|
|
directive @serializationType(name: String!) on SCALAR
|
|
|
|
directive @runtimeType(name: String!) on SCALAR
|
|
|
|
directive @enumValue(value: String!) on ENUM_VALUE
|
|
|
|
directive @rename(name: String!) on INPUT_FIELD_DEFINITION | INPUT_OBJECT | ENUM | ENUM_VALUE
|
|
|
|
extend schema @key(fields: "id") |