session.graphql 73 B

1234567
  1. fragment session on Session {
  2. id
  3. afterAuth {
  4. type
  5. data
  6. }
  7. }