Sha256: 67bf1d7e3f17952c98efbe6162c3addc4e99b419f8f6ae7aa24d2dab69a7ff71

Contents?: true

Size: 188 Bytes

Versions: 4

Compression:

Stored size: 188 Bytes

Contents

mutation ($input: NextCheckoutStateInput!) {
  nextCheckoutState(input: $input) {
    order {
      email
      number
      state
    },
    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/next_checkout_state.gql
solidus_graphql_api-0.3.0 spec/support/graphql/mutations/next_checkout_state.gql
solidus_graphql_api-0.2.0 spec/support/graphql/mutations/next_checkout_state.gql
solidus_graphql_api-0.1.0 spec/support/graphql/mutations/next_checkout_state.gql