So for the shopifyFunctions query (shopifyFunctions - GraphQL Admin), it says the following:
Returns the Shopify Functions owned by the querying API client installed on the shop.
Based on this, if I run shopifyFunctions inside the GraphiQL app, it should not return functions that are created by an extension-only app that I created. But it does.
This seems incorrect based off the above quote from the documentation.