123456789101112131415161718192021222324252627282930313233343536 |
- query MyFirstQuery {
- # comment
- field {
- subfield
- # comment
- subfield
- }
- field
- #comment
- field
- }
- mutation MyFirstMutation {
- # comment
- name
- comment # comment
- kind
- }
- subscription MySubscription {
- name
- comment
- kind
- }
|