| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCOUNT |
| Constructor and Description |
|---|
GQLTypeAccount(net.nemerosa.ontrack.model.security.AccountService accountService,
GQLTypeGlobalRole globalRole,
GQLTypeAuthorizedProject authorizedProject) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLObjectType |
createType(net.nemerosa.ontrack.graphql.schema.GQLTypeCache cache) |
java.lang.String |
getTypeName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeRefpublic static final java.lang.String ACCOUNT
@Autowired
public GQLTypeAccount(net.nemerosa.ontrack.model.security.AccountService accountService,
GQLTypeGlobalRole globalRole,
GQLTypeAuthorizedProject authorizedProject)
public java.lang.String getTypeName()
getTypeName in interface GQLTypepublic graphql.schema.GraphQLObjectType createType(net.nemerosa.ontrack.graphql.schema.GQLTypeCache cache)
createType in interface GQLType