You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional mutations and queries will be added to the schema regardless
115
+
of other options you might have specified like `skip` or `only`.
116
+
Additional queries and mutations is usually a good place for other
117
+
operations on your schema that require no authentication (like sign_up).
118
+
Also by adding them through the mount method, your mutations and
119
+
resolvers can inherit from our [base mutation](https://github.com/graphql-devise/graphql_devise/blob/master/app/graphql/graphql_devise/mutations/base.rb)
120
+
or [base resover](https://github.com/graphql-devise/graphql_devise/blob/master/app/graphql/graphql_devise/resolvers/base.rb)
121
+
respectively, to take advantage of some of the methods provided by devise
122
+
just like with `devise_scope`
93
123
94
124
#### Available Operations
95
125
The following is a list of the symbols you can provide to the `operations`, `skip` and `only` options of the mount method:
0 commit comments