Skip to content

Properly name the root field execution functions#1

Merged
yaacovCR merged 1 commit intomainfrom
pr
Oct 13, 2021
Merged

Properly name the root field execution functions#1
yaacovCR merged 1 commit intomainfrom
pr

Conversation

@yaacovCR
Copy link
Copy Markdown
Owner

The codebase should refer to functions that execute the query, mutation, and/or subscription root fields as such, rather than as functions that execute the operations themselves. Executing a query or mutation returns a map of data and errors, while executing the root fields returns the data of the root fields.

The codebase should refer to functions that execute the query, mutation, and/or subscription root fields as such, rather than as functions that execute the operations themselves. Executing a query or mutation returns a map of data and errors, while executing the root fields returns the data of the root fields.
@yaacovCR yaacovCR merged commit ac8c73d into main Oct 13, 2021
@yaacovCR yaacovCR deleted the pr branch October 13, 2021 06:48
yaacovCR added a commit that referenced this pull request Oct 13, 2021
The codebase should refer to functions that execute the query, mutation, and/or subscription root fields as such, rather than as functions that execute the operations themselves. Executing a query or mutation returns a map of data and errors, while executing the root fields returns the data of the root fields.
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