gqlAuthMutation method
[Future[<[QueryResult[<[Object?]>]]>]] gqlAuthMutation(
- [[String] mutation, )
This function is used to run the graph-ql mutation for authenticated user.
params:
mutation: mutation is used to change/add/delete data in graphql, for more info read graphql docsvariables: variables to be passed with mutation
returns:
Future<QueryResult<Object?>>: it returns Future of dynamic
Implementation
Future<QueryResult<Object?>> gqlAuthMutation(
String mutation, ) async
- talawa
- database_mutation_functions
- DataBaseMutationFunctions
- gqlAuthMutation method