We are creating a DataConnector for GraphQL APIs.
We have used an approach to pass a GraphQL query and variables into a main init.py from another folder.
So we have created a Graphql folder where GraphQL queries are stored in .graphql files and its related variables are stored in .json files.
We have deployed our Azure Function App locally on azure portal ( which is implemented using the above mentioned approach). It's working perfectly fine and the GraphQL folder is also deployed.
Now we have a questions:
1) Will that extra Graphql folder be available to use in init.py file when we make our DataConnector Certified and make it publicly available?
2) As we have not found any example in Microsoft DataConnector Github repository which has an extra folder other than required folder structure, does this Graphql folder will create any problem in the certification process?
We have attached a image of our Azure Function App structure for your reference
https://drive.google.com/file/d/1aGxx0aVA1RXOhR43K3I_GELSqK8T_V3V/view?usp=sharing



