You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/graphql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ For each resource, three mutations are available: one for creating it (`create`)
382
382
383
383
When updating or deleting a resource, you need to pass the **IRI** of the resource as argument. See [Global Object Identifier](#global-object-identifier) for more information.
384
384
385
-
### Client Mutation Id
385
+
### Client Mutation ID
386
386
387
387
Following the [Relay Input Object Mutations Specification](https://github.com/facebook/relay/blob/v7.1.0/website/spec/Mutations.md#relay-input-object-mutations-specification),
388
388
you can pass a `clientMutationId` as argument and can ask its value as a field.
@@ -584,7 +584,7 @@ You can also pass `clientSubscriptionId` as argument and can ask its value as a
584
584
585
585
In the payload of the subscription, the given fields of the resource will be the fields you subscribe to: if any of these fields is updated, you will be pushed their updated values.
586
586
587
-
The `mercureUrl` field is the Mercure URL you need to use to [subscribe to the updates](https://mercure.rocks/docs/getting-started#subscribing) on the clientside.
587
+
The `mercureUrl` field is the Mercure URL you need to use to [subscribe to the updates](https://mercure.rocks/docs/getting-started#subscribing) on the client-side.
588
588
589
589
### Receiving an Update
590
590
@@ -1169,7 +1169,7 @@ use Symfony\Component\Serializer\Annotation\Groups;
0 commit comments