This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
lldap
mirror of
https://github.com/nitnelave/lldap.git
Watch
0
Star
0
Fork
You've already forked lldap
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
lldap
/
app
/
queries
/
delete_group_attribute.graphql
5 lines
111 B
GraphQL
Raw
Permalink
Blame
History
mutation
DeleteGroupAttributeQuery
(
$name
:
String
!
)
{
deleteGroupAttribute
(
name
:
$name
)
{
ok
}
}
Reference in New Issue
View Git Blame
Copy Permalink