src/schema/*: added comment

pull/22/head
leonnicolas 4 years ago
parent 9d1ba30e46
commit ca96923d3c
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

@ -115,6 +115,7 @@ export default gql`
""" """
Refers to unique equipment Refers to unique equipment
When set to null or [], no relations will be added. When set to null or [], no relations will be added.
When specified id is in a relation with another bike, this relation will be deleted.
""" """
equipmentIds: [ID] equipmentIds: [ID]
"Sticker State" "Sticker State"
@ -162,6 +163,7 @@ export default gql`
When set to null, field will be ignored. When set to null, field will be ignored.
When set to [], all relations will be deleted. When set to [], all relations will be deleted.
Else all realtions will be deleted and the specified relations will be added. Else all realtions will be deleted and the specified relations will be added.
When specified id is in a relation with another bike, this relation will be deleted.
""" """
equipmentIds: [ID] equipmentIds: [ID]
"Sticker State" "Sticker State"

Loading…
Cancel
Save