I am currently creating a structure for the graphql queries as follows struct Payload: Codable { var query: String var variables: Patch } struct …
I am currently creating a structure for the graphql queries as follows struct Payload: Codable { var query: String var variables: Patch } struct …