InfoGrab Docs

GraphQL API 레퍼런스

GitLab GraphQL API의 완전한 레퍼런스 문서입니다.

This documentation is self-generated based on GitLab current GraphQL schema. The API can be explored using the interactive GraphQL explorer . Developers can also generate a machine-readable GraphQL schema in IDL and JSON formats. Each table below documents a GraphQL type. Types match loosely to models, but not all fields and methods on a model are available via GraphQL. Warning Fields that are deprecated are marked with [warning-solid]. Items (fields, enums, etc) that have been removed according to our deprecation process can be found in Removed Items . --> Query type # The Query type contains the API's top-level entry points for all executable queries. Query.abuseReport # Find an abuse report. Returns AbuseReport . Arguments # Name Type Description id AbuseReportID! ID of the abuse report. Query.accessTokenPermissions # List of permissions for fine-grained access tokens. Returns [AccessTokenPermission!]! . Query.addOnPurchases # Retrieve all active add-on purchases. This query can be used in GitLab.com and self-managed environments. Returns [AddOnPurchase!] . Arguments # Name Type Description namespaceId NamespaceID ID of namespace that the add-ons were purchased for. Query.adminGroups # Find groups visible to the current admin. Returns GroupInterfaceConnection . This field returns a connection . It accepts the four standard pagination arguments : before: String , after: String , first: Int , and last: Int . Arguments # Name Type Description active Boolean When nil (default