GraphQL APIUserQueriesconsentOn this pageconsentGraphQL Schemaextend type query { consent( """The id of the user""" userId: ID! ): Consent}ArgumentsNameTypeDescriptionuserIdID!The id of the userResponse ShapeThis query returns ConsentNameTypeDescriptionidID!Unique ID of the object