Values.DefinitionDocumentSourceA document that defines an entity.
type nonrec t = {language : DefinitionLanguage.t;The language used to define the entity. GRAPHQL is the only valid value.
*)text : DefinitionText.t;The GraphQL text that defines the entity.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DefinitionText.t ]) list ]