apollo-parser 0.8.4

Spec-compliant GraphQL parser.
Documentation
"""
Input Filter with title fitlering
"""
input Filter {
  """unicode in block string 🤷"""
    title: String
}

"""
\""" a/b \"""
"""
input Filter {
    title: String
}

"""
\\"""
"""
scalar LiteralBackslashThenEscape