@Component public class GQLRootQueryAdminAccounts extends java.lang.Object implements GQLRootQuery
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GROUP_ARGUMENT |
static java.lang.String |
ID_ARGUMENT |
static java.lang.String |
NAME_ARGUMENT |
| Constructor and Description |
|---|
GQLRootQueryAdminAccounts(net.nemerosa.ontrack.model.security.AccountService accountService,
GQLTypeAccount account) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLFieldDefinition |
getFieldDefinition()
Field definition to use as a field in the root query.
|
public static final java.lang.String ID_ARGUMENT
public static final java.lang.String NAME_ARGUMENT
public static final java.lang.String GROUP_ARGUMENT
@Autowired
public GQLRootQueryAdminAccounts(net.nemerosa.ontrack.model.security.AccountService accountService,
GQLTypeAccount account)
public graphql.schema.GraphQLFieldDefinition getFieldDefinition()
GQLRootQuerygetFieldDefinition in interface GQLRootQuery