Is there an or operator available in GraphQL?
Indeed there is no or operation. We propose use several queries in this case.
Can a GraphQL “find” query return only the count of records found?
Unfortunately, it is not supported in GraphQL for now. However many things can be done using native Fibery API.Can you provide a GraphQL example that adds multiple selections to a multi-select field?
Does the Fibery GraphQL API support fragments?
No, fragments are not supported in the current version of the Fibery GraphQL API.We recommend using fully expanded queries instead.
- Why aren’t fragments supported?
- What should I do instead?
- Will fragment support be added in the future?