cynic-parser 0.11.1

A fast, correct and easy to use GraphQL parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
directive @skip(
  if: Boolean!
) repeatable on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT

directive @test1(service: String!) repeatable on FIELD_DEFINITION

directive @test2(service: String!) repeatable on FIELD

directive @test3(service: String!) repeatable on ENUM_VALUE

directive @test4(service: String!) repeatable on ENUM

directive @test5(service: String!) repeatable on VARIABLE_DEFINITION