Sha256: fb155be570066fed1b0a0258a61f8206565d7005b208464ebce30411559d3304

Contents?: true

Size: 233 Bytes

Versions: 63

Compression:

Stored size: 233 Bytes

Contents

query myQuery($variable: Boolean) {
  # Queries can have comments!
  friends(ids: ["a1", "a2"]) {
    id
    name

    ...someFields

    ... @include(if: $variable) {
      foo
    }

    ... @skip(if: true) {
      bar
    }
  }
}

Version data entries

63 entries across 63 versions & 8 rubygems

Version Path
tdiary-5.0.5 vendor/bundle/gems/rouge-2.1.1/lib/rouge/demos/graphql
rouge-2.1.1 lib/rouge/demos/graphql
rouge-2.1.0 lib/rouge/demos/graphql