| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. |
| id | UUID! | |
| orgId | UUID! | |
| provider | String! | |
| connection | String! | |
| required | Boolean | |
| automaticEnroll | Boolean | |
| createdAt | Datetime | |
| createdBy | UUID | |
| updatedAt | Datetime | |
| updatedBy | UUID | |
| idpDomains | [String] | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `OrgConnection`. |
| userByCreatedBy | User | Reads a single `User` that is related to this `OrgConnection`. |
| userByUpdatedBy | User | Reads a single `User` that is related to this `OrgConnection`. |