Sha256: 2a157ef159657ffcfa76e70058dfc671b70518bcf2e533e6784afeb05272b802

Contents?: true

Size: 179 Bytes

Versions: 4

Compression:

Stored size: 179 Bytes

Contents

mutation ($input: SetOrderEmailInput!){
  setOrderEmail(input: $input) {
    order {
      number
      state
      email
    },
    errors {
      path
      message
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_graphql_api-0.3.1 spec/support/graphql/mutations/set_order_email.gql
solidus_graphql_api-0.3.0 spec/support/graphql/mutations/set_order_email.gql
solidus_graphql_api-0.2.0 spec/support/graphql/mutations/set_order_email.gql
solidus_graphql_api-0.1.0 spec/support/graphql/mutations/set_order_email.gql