Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 424 Bytes

Section 6 -- Shared Types.md

File metadata and controls

24 lines (16 loc) · 424 Bytes

Shared Types

In this section we outline directives and types that are shared between the subgraph configuration and the gateway configuration document.

Name

scalar Name

The scalar Name represents a valid GraphQL type name.

FieldSelection

scalar FieldSelection

The scalar FieldSelection represents a GraphQL field selection syntax.

abc(def: 1) { ghi }