A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
According to the documentation, the following type OrderAgreement (shopify.dev) implements both the 'Node' and 'SalesAgreement' interfaces. However, if you do an introspection query on the schema, 'SalesAgreement' is actually the only interface implemented.
This makes global object identification impossible.