GraphQL Schema
Download the GraphQL schema
To download the schema to the public_graphql_schema.graphqls file, select GraphQL schema definition.
Scalar types
Beyond the standard scalar types, Indeed defines its own. Examples include:
| Scalar type | Format | Example |
|---|---|---|
CountryCode | ISO-3166-1 | JP |
LanguageCode | ISO-639-1 | ja |
CurrencyCode | ISO-4217 | JPY |
DateTime | RFC 3339 | 2006-04-13T14:12:53.4242+05:30 |
EmailAddress | RFC 822 | foo@bar.com |
Int64 | 64-bit signed integer | 123456789 |
PhoneNumber | E.164 | +12024561111 |
WebUrl | RFC 2396 and RFC 2732 | http://www.foo.com/bar |
Share, introspect, or export the GraphQL schema
To share, introspect, or export the GraphQL schema, use community tooling, such as:
See also Tools and Libraries | GraphQL.