ExShopifySchema.Generator.Graphql.Introspection.Definition.NamedType (ExShopifySchema v2025.1.3)
View SourceThe fundamental unit of any GraphQL Schema is the type. There are six kinds of named type definitions in GraphQL, and two wrapping types.
https://spec.graphql.org/October2021/#sec-Types
Example introspection payload
{
"kind": "SCALAR",
"name": "ARN",
"description": "An Amazon Web Services Amazon Resource Name (ARN), including the Region and account ID.\nFor more information, refer to [Amazon Resource Names](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html).",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
}