Like a menu in a restaurant — you see exactly what's available and can order precisely what you want.
The schema defines every type, field, and operation available in the API. Clients get exactly what they ask for — no over-fetching or under-fetching.
> Schema compiled > API surface: 2 queries, 2 mutations, 2 types > All fields typed — client tools get autocomplete
Like a menu in a restaurant — you see exactly what's available and can order precisely what you want.
The schema defines every type, field, and operation available in the API. Clients get exactly what they ask for — no over-fetching or under-fetching.
> Schema compiled > API surface: 2 queries, 2 mutations, 2 types > All fields typed — client tools get autocomplete
Sign in to cast your vote
Sign in to share your feedback and join the discussion.