apollo-compiler 1.31.1

A compiler for the GraphQL query language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Error: `In` has no input values
   ╭─[ 0118_input_object_definition_with_missing_values.graphql:6:1 ]
   │
 6 │ input In
   │ ────┬───  
   │     ╰───── In type defined here
   │ 
 8 │ extend input In @foo
   │ ──────────┬─────────  
   │           ╰─────────── In extension defined here
   │ 
   │ Help: Define one or more input values on `In` or its type extensions.
───╯