fix(web): add missing options in GetApps query
This commit is contained in:
@@ -22,6 +22,10 @@ export const GET_APPS = gql`
|
|||||||
description
|
description
|
||||||
docUrl
|
docUrl
|
||||||
clickToCopy
|
clickToCopy
|
||||||
|
options {
|
||||||
|
label
|
||||||
|
value
|
||||||
|
}
|
||||||
}
|
}
|
||||||
authenticationSteps {
|
authenticationSteps {
|
||||||
type
|
type
|
||||||
|
Reference in New Issue
Block a user