access
Decorates fields for which access requires a particular OAuth 2.0 scope with read or write access.
directive @access( scope: AccessScope! kind: AccessKind!) on FIELD_DEFINITIONDecorates fields for which access requires a particular OAuth 2.0 scope with read or write access.
directive @access( scope: AccessScope! kind: AccessKind!) on FIELD_DEFINITIONaccess.scope ● AccessScope!non-nullenum {#scope}access.kind ● AccessKind!non-nullenum {#kind}