Sha256: bc5563ecc3318befb712c9ec0a9d350b029d1db6e1851067f2e3cca7a56399ee

Contents?: true

Size: 268 Bytes

Versions: 5

Compression:

Stored size: 268 Bytes

Contents

query<%= arguments.present? && "(#{ arguments.map {|name, type| "$#{name}: #{type.type}" }.join(", ") })" %> {
  <%= target_query.name %><%= arguments.present? && "(#{ arguments.map {|name, type| "#{name}: $#{name}" }.join(", ") })" %> {
    # Add fields here...
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artemis-0.5.2 lib/generators/artemis/query/templates/query.graphql
artemis-0.5.1 lib/generators/artemis/query/templates/query.graphql
artemis-0.5.0 lib/generators/artemis/query/templates/query.graphql
artemis-0.4.0 lib/generators/artemis/query/templates/query.graphql
artemis-0.2.0 lib/generators/artemis/query/templates/query.graphql