Sha256: 7ce90d092087d6ec881a91e1d84cb5a1807683aa97f6aa65ac14717f4fecec17

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

mutation ($input: AddAddressesToCheckoutInput!) {
  addAddressesToCheckout(input: $input) {
    order {
      email
      number
      state
      billingAddress {
        name
      }
      shippingAddress {
        name
      }
    },
    errors {
      path
      message
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

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