OBJECT

AuthScopeEdge

link GraphQL Schema definition

  • type AuthScopeEdge implements ConnectionEdge {
  • # Optional cursor to refer to this node
  • cursor: String
  • # Node element available through this edge
  • node: AuthScope!
  • }

link Require by

This element is not required by anyone