Sha256: 9e61131757a6892d549351dd3ae35ea456a1dfb856fd17b139cde448b21f1931

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

mutation ($input: RemoveFromAddressBookInput!) {
  removeFromAddressBook(input: $input) {
    user {
      shipAddress {
        id
      }
      addresses {
        nodes {
          id
        }
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

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