Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2022 amends #1

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

2022 amends #1

wants to merge 6 commits into from

Conversation

endymion1818
Copy link

@endymion1818 endymion1818 commented Oct 19, 2022

  • Added a note about JMeter plugins
  • Updated to use id instead of entryId
  • Fields named type are no longer allowed, changed field name

@@ -220,7 +220,7 @@ class PrepareBenchmark {
const saleChannelNameEnum = saleChannelName.toLowerCase();
const mutation = gql`
mutation {
createSalesChannel(data: {type: "${saleChannelNameEnum}"}) {
createSalesChannel(data: {onOrOffline: "${saleChannelNameEnum}"}) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ Not sure about this naming convention

@endymion1818 endymion1818 self-assigned this Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant