Sha256: f433c1684f9634dc33c3cdd97a77ee23d10a17311f49abde6af3444e5a407a7b

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

mutation ($input: RemoveFromCartInput!){
  removeFromCart(input: $input) {
    order {
      number
      state
      lineItems {
        nodes {
          id
        }
      }
    },
    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/remove_from_cart.gql
solidus_graphql_api-0.3.0 spec/support/graphql/mutations/remove_from_cart.gql
solidus_graphql_api-0.2.0 spec/support/graphql/mutations/remove_from_cart.gql
solidus_graphql_api-0.1.0 spec/support/graphql/mutations/remove_from_cart.gql