shopifyFunctions - incorrect querying

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.

Thank god it does because thats how I check stuff, I could use the gql client but I’m lazy.