Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Mutations Prototype (POC) #74 #114

Merged
merged 2 commits into from
Jul 12, 2018
Merged

Conversation

paliarush
Copy link
Contributor

@paliarush paliarush commented Jul 2, 2018

Description

  • Added mutation support
  • Added GraphQL functional test as an example of how to add mutations

Fixed Issues (if relevant)

  1. Mutations Prototype (POC) #74: Mutations Prototype (POC)

Manual testing scenarios

  1. Install TestModule*
  2. Run the following request in GraphiQL:
mutation {
  testItem(id: 4) {
    item_id,
    name,
    integer_list
  }
}

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

- Added mutation support
- Added GraphQL functional test as an example of how to add mutations
@magento-cicd2
Copy link
Contributor

magento-cicd2 commented Jul 2, 2018

CLA assistant check
All committers have signed the CLA.

- Added temporary placeholder field to Mutations
@magento-engcom-team magento-engcom-team added this to the Release: 2.3.0 milestone Jul 11, 2018
@magento-engcom-team
Copy link
Contributor

@paliarush thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository.

@magento-engcom-team magento-engcom-team merged commit eb2a5a3 into 2.3-develop Jul 12, 2018
@naydav naydav mentioned this pull request Jul 19, 2018
@naydav naydav deleted the grqphql-mutations-74 branch April 12, 2019 19:32
magento-engcom-team pushed a commit that referenced this pull request May 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants