Skip to content

Commit

Permalink
data is not necessarily an object in subsequent payloads
Browse files Browse the repository at this point in the history
# Conflicts:
#	spec/Section 7 -- Response.md
  • Loading branch information
robrichard committed Jan 15, 2023
1 parent 9e89f42 commit f894ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/Section 7 -- Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ of the query root operation type; if the operation was a mutation, this output
will be an object of the mutation root operation type.

If the result of the operation is an event stream, the `data` entry in
subsequent values will be an object of the type of a particular field in the
GraphQL result. The adjacent `path` field will contain the path segments of the
field this data is associated with.
subsequent values will be of the type of a particular field in the GraphQL
result. The adjacent `path` field will contain the path segments of the field
this data is associated with.

If an error was raised before execution begins, the `data` entry should not be
present in the result.
Expand Down

0 comments on commit f894ba3

Please sign in to comment.