Dave Perry

Results 5 comments of Dave Perry

> Hi @dave-perry - thanks for the contribution. I can't seem to find anything in the [GraphQL spec re. Schema Introspection](https://spec.graphql.org/October2021/#sec-Schema-Introspection) that says these arguments are supported. Can you please...

Our server implementation does, yes. I could look to make it optionally included, similar to graphql-js? https://github.com/graphql/graphql-js/blob/main/src/utilities/getIntrospectionQuery.ts#L81

Will close this while I work on the solution discussed above.

> > @EthanSK you can just remove `add_id_info_uses_idfa` from your call to `deliver` / `submit_to_app_store` in your Fastfile (or from your `Deliverfile`) in your project and you'll be able to...

> Hey @dave-perry and @cooksimo ! Please could you try with current release of _fastlane_ `2.220.0` with using > > ```ruby > submission_information({ > ... > add_id_info_uses_idfa: false, > ......