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

createEvent mutation #7183

Merged
merged 2 commits into from
Feb 22, 2022
Merged

createEvent mutation #7183

merged 2 commits into from
Feb 22, 2022

Conversation

znarf
Copy link
Member

@znarf znarf commented Feb 21, 2022

@znarf znarf requested a review from Betree February 22, 2022 09:17
Copy link
Member

@Betree Betree left a comment

Choose a reason for hiding this comment

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

Looking good 👍

},
account: {
description: 'Reference to the parent Account creating the Event.',
type: AccountReferenceInput,
Copy link
Member

Choose a reason for hiding this comment

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

Looks like this one is required too

Suggested change
type: AccountReferenceInput,
type: new GraphQLNonNull(AccountReferenceInput),

@znarf znarf merged commit fe7fbcd into main Feb 22, 2022
@znarf znarf deleted the graphqlV2/createEvent-2 branch February 22, 2022 12:17
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.

GraphQL API v2: Ability to Create Event
2 participants