2019-01-06 22:03:34 -05:00
|
|
|
mutation($strategies: [AuthenticationStrategyInput]!, $config: AuthenticationConfigInput) {
|
2018-07-01 19:50:42 -04:00
|
|
|
authentication {
|
2019-01-06 22:03:34 -05:00
|
|
|
updateStrategies(strategies: $strategies, config: $config) {
|
2018-06-04 00:41:29 -04:00
|
|
|
responseResult {
|
|
|
|
succeeded
|
|
|
|
errorCode
|
|
|
|
slug
|
|
|
|
message
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|