diff --git a/app/schema/schema.graphql b/app/schema/schema.graphql index a1c7a04966..bc0da6e21b 100644 --- a/app/schema/schema.graphql +++ b/app/schema/schema.graphql @@ -536,8 +536,12 @@ enum AttachmentsOrderBy { PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC + PROJECT_BY_PROJECT_ID__SCORE_ASC + PROJECT_BY_PROJECT_ID__SCORE_DESC PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC PROJECT_BY_PROJECT_ID__SUMMARY_ASC @@ -6821,7 +6825,7 @@ type CifUser implements Node { ): CifUserCifUsersByProjectStatusUpdatedByAndCreatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByProjectUpdatedByAndArchivedBy( + cifUsersByProjectTypeArchivedByAndCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -6857,10 +6861,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection! + ): CifUserCifUsersByProjectTypeArchivedByAndCreatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByProjectUpdatedByAndCreatedBy( + cifUsersByProjectTypeArchivedByAndUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -6896,10 +6900,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection! + ): CifUserCifUsersByProjectTypeArchivedByAndUpdatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportTypeArchivedByAndCreatedBy( + cifUsersByProjectTypeCreatedByAndArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -6935,10 +6939,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection! + ): CifUserCifUsersByProjectTypeCreatedByAndArchivedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportTypeArchivedByAndUpdatedBy( + cifUsersByProjectTypeCreatedByAndUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -6974,10 +6978,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection! + ): CifUserCifUsersByProjectTypeCreatedByAndUpdatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportTypeCreatedByAndArchivedBy( + cifUsersByProjectTypeUpdatedByAndArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7013,10 +7017,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection! + ): CifUserCifUsersByProjectTypeUpdatedByAndArchivedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportTypeCreatedByAndUpdatedBy( + cifUsersByProjectTypeUpdatedByAndCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7052,10 +7056,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection! + ): CifUserCifUsersByProjectTypeUpdatedByAndCreatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportTypeUpdatedByAndArchivedBy( + cifUsersByProjectUpdatedByAndArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7091,10 +7095,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection! + ): CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportTypeUpdatedByAndCreatedBy( + cifUsersByProjectUpdatedByAndCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7130,10 +7134,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection! + ): CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportingRequirementArchivedByAndCreatedBy( + cifUsersByReportTypeArchivedByAndCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7169,10 +7173,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnection! + ): CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportingRequirementArchivedByAndUpdatedBy( + cifUsersByReportTypeArchivedByAndUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7208,10 +7212,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnection! + ): CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportingRequirementCreatedByAndArchivedBy( + cifUsersByReportTypeCreatedByAndArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7247,10 +7251,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnection! + ): CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportingRequirementCreatedByAndUpdatedBy( + cifUsersByReportTypeCreatedByAndUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7286,10 +7290,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnection! + ): CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportingRequirementUpdatedByAndArchivedBy( + cifUsersByReportTypeUpdatedByAndArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7325,10 +7329,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnection! + ): CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByReportingRequirementUpdatedByAndCreatedBy( + cifUsersByReportTypeUpdatedByAndCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7364,10 +7368,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnection! + ): CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersBySectorArchivedByAndCreatedBy( + cifUsersByReportingRequirementArchivedByAndCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7403,10 +7407,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection! + ): CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersBySectorArchivedByAndUpdatedBy( + cifUsersByReportingRequirementArchivedByAndUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7442,10 +7446,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection! + ): CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersBySectorCreatedByAndArchivedBy( + cifUsersByReportingRequirementCreatedByAndArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7481,10 +7485,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection! + ): CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersBySectorCreatedByAndUpdatedBy( + cifUsersByReportingRequirementCreatedByAndUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7520,10 +7524,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection! + ): CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersBySectorUpdatedByAndArchivedBy( + cifUsersByReportingRequirementUpdatedByAndArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7559,10 +7563,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection! + ): CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersBySectorUpdatedByAndCreatedBy( + cifUsersByReportingRequirementUpdatedByAndCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7598,10 +7602,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyConnection! + ): CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnection! """Reads and enables pagination through a set of `CifUser`.""" - cifUsersByUpdatedBy( + cifUsersBySectorArchivedByAndCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7624,7 +7628,7 @@ type CifUser implements Node { """ Indicates whether archived items should be included in the results or not. """ - includeArchived: IncludeArchivedOption = INHERIT + includeArchived: IncludeArchivedOption = NO """Only read the last `n` values of the set.""" last: Int @@ -7637,10 +7641,10 @@ type CifUser implements Node { """The method to use when ordering `CifUser`.""" orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUsersConnection! + ): CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection! - """Reads and enables pagination through a set of `Contact`.""" - contactsByArchivedBy( + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersBySectorArchivedByAndUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7650,12 +7654,12 @@ type CifUser implements Node { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ContactCondition + condition: CifUserCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ContactFilter + filter: CifUserFilter """Only read the first `n` values of the set.""" first: Int @@ -7663,7 +7667,7 @@ type CifUser implements Node { """ Indicates whether archived items should be included in the results or not. """ - includeArchived: IncludeArchivedOption = INHERIT + includeArchived: IncludeArchivedOption = NO """Only read the last `n` values of the set.""" last: Int @@ -7674,12 +7678,12 @@ type CifUser implements Node { """ offset: Int - """The method to use when ordering `Contact`.""" - orderBy: [ContactsOrderBy!] = [PRIMARY_KEY_ASC] - ): ContactsConnection! + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection! - """Reads and enables pagination through a set of `Contact`.""" - contactsByCreatedBy( + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersBySectorCreatedByAndArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -7689,12 +7693,168 @@ type CifUser implements Node { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ContactCondition + condition: CifUserCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ContactFilter + filter: CifUserFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection! + + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersBySectorCreatedByAndUpdatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: CifUserCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: CifUserFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection! + + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersBySectorUpdatedByAndArchivedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: CifUserCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: CifUserFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection! + + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersBySectorUpdatedByAndCreatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: CifUserCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: CifUserFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyConnection! + + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersByUpdatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: CifUserCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: CifUserFilter """Only read the first `n` values of the set.""" first: Int @@ -7713,12 +7873,90 @@ type CifUser implements Node { """ offset: Int - """The method to use when ordering `Contact`.""" - orderBy: [ContactsOrderBy!] = [PRIMARY_KEY_ASC] - ): ContactsConnection! + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUsersConnection! """Reads and enables pagination through a set of `Contact`.""" - contactsByProjectContactArchivedByAndContactId( + contactsByArchivedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ContactCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ContactFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = INHERIT + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Contact`.""" + orderBy: [ContactsOrderBy!] = [PRIMARY_KEY_ASC] + ): ContactsConnection! + + """Reads and enables pagination through a set of `Contact`.""" + contactsByCreatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ContactCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ContactFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = INHERIT + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Contact`.""" + orderBy: [ContactsOrderBy!] = [PRIMARY_KEY_ASC] + ): ContactsConnection! + + """Reads and enables pagination through a set of `Contact`.""" + contactsByProjectContactArchivedByAndContactId( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -10721,8 +10959,8 @@ type CifUser implements Node { orderBy: [ProjectStatusesOrderBy!] = [PRIMARY_KEY_ASC] ): ProjectStatusesConnection! - """Reads and enables pagination through a set of `Project`.""" - projectsByArchivedBy( + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -10732,12 +10970,12 @@ type CifUser implements Node { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ProjectCondition + condition: ProjectTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ProjectFilter + filter: ProjectTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -10756,12 +10994,207 @@ type CifUser implements Node { """ offset: Int - """The method to use when ordering `Project`.""" - orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] - ): ProjectsConnection! + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! + + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByCreatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = INHERIT + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! + + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByProjectArchivedByAndProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserProjectTypesByProjectArchivedByAndProjectTypeManyToManyConnection! + + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByProjectCreatedByAndProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserProjectTypesByProjectCreatedByAndProjectTypeManyToManyConnection! + + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByProjectUpdatedByAndProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserProjectTypesByProjectUpdatedByAndProjectTypeManyToManyConnection! + + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByUpdatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = INHERIT + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! """Reads and enables pagination through a set of `Project`.""" - projectsByAttachmentArchivedByAndProjectId( + projectsByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -10784,7 +11217,7 @@ type CifUser implements Node { """ Indicates whether archived items should be included in the results or not. """ - includeArchived: IncludeArchivedOption = NO + includeArchived: IncludeArchivedOption = INHERIT """Only read the last `n` values of the set.""" last: Int @@ -10797,10 +11230,10 @@ type CifUser implements Node { """The method to use when ordering `Project`.""" orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyConnection! + ): ProjectsConnection! """Reads and enables pagination through a set of `Project`.""" - projectsByAttachmentCreatedByAndProjectId( + projectsByAttachmentArchivedByAndProjectId( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -10836,10 +11269,49 @@ type CifUser implements Node { """The method to use when ordering `Project`.""" orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] - ): CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyConnection! + ): CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyConnection! """Reads and enables pagination through a set of `Project`.""" - projectsByAttachmentUpdatedByAndProjectId( + projectsByAttachmentCreatedByAndProjectId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyConnection! + + """Reads and enables pagination through a set of `Project`.""" + projectsByAttachmentUpdatedByAndProjectId( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -20523,12 +20995,14 @@ type CifUserCifUsersByProjectStatusUpdatedByAndCreatedByManyToManyEdge { ): ProjectStatusesConnection! } -"""A connection to a list of `CifUser` values, with data from `Project`.""" -type CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection { +""" +A connection to a list of `CifUser` values, with data from `ProjectType`. +""" +type CifUserCifUsersByProjectTypeArchivedByAndCreatedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge!]! + edges: [CifUserCifUsersByProjectTypeArchivedByAndCreatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -20540,16 +21014,16 @@ type CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `Project`.""" -type CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ProjectType`.""" +type CifUserCifUsersByProjectTypeArchivedByAndCreatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `Project`.""" - projectsByArchivedBy( + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -20559,12 +21033,12 @@ type CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ProjectCondition + condition: ProjectTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ProjectFilter + filter: ProjectTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -20583,17 +21057,19 @@ type CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge { """ offset: Int - """The method to use when ordering `Project`.""" - orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] - ): ProjectsConnection! + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! } -"""A connection to a list of `CifUser` values, with data from `Project`.""" -type CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection { +""" +A connection to a list of `CifUser` values, with data from `ProjectType`. +""" +type CifUserCifUsersByProjectTypeArchivedByAndUpdatedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge!]! + edges: [CifUserCifUsersByProjectTypeArchivedByAndUpdatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -20605,16 +21081,16 @@ type CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `Project`.""" -type CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ProjectType`.""" +type CifUserCifUsersByProjectTypeArchivedByAndUpdatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `Project`.""" - projectsByCreatedBy( + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -20624,12 +21100,12 @@ type CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ProjectCondition + condition: ProjectTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ProjectFilter + filter: ProjectTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -20648,19 +21124,19 @@ type CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `Project`.""" - orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] - ): ProjectsConnection! + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! } """ -A connection to a list of `CifUser` values, with data from `ReportType`. +A connection to a list of `CifUser` values, with data from `ProjectType`. """ -type CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection { +type CifUserCifUsersByProjectTypeCreatedByAndArchivedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge!]! + edges: [CifUserCifUsersByProjectTypeCreatedByAndArchivedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -20672,16 +21148,16 @@ type CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `ReportType`.""" -type CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ProjectType`.""" +type CifUserCifUsersByProjectTypeCreatedByAndArchivedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `ReportType`.""" - reportTypesByCreatedBy( + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -20691,12 +21167,12 @@ type CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ReportTypeCondition + condition: ProjectTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ReportTypeFilter + filter: ProjectTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -20715,19 +21191,19 @@ type CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `ReportType`.""" - orderBy: [ReportTypesOrderBy!] = [PRIMARY_KEY_ASC] - ): ReportTypesConnection! + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! } """ -A connection to a list of `CifUser` values, with data from `ReportType`. +A connection to a list of `CifUser` values, with data from `ProjectType`. """ -type CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection { +type CifUserCifUsersByProjectTypeCreatedByAndUpdatedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge!]! + edges: [CifUserCifUsersByProjectTypeCreatedByAndUpdatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -20739,16 +21215,16 @@ type CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `ReportType`.""" -type CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ProjectType`.""" +type CifUserCifUsersByProjectTypeCreatedByAndUpdatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `ReportType`.""" - reportTypesByUpdatedBy( + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -20758,12 +21234,12 @@ type CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ReportTypeCondition + condition: ProjectTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ReportTypeFilter + filter: ProjectTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -20782,19 +21258,19 @@ type CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `ReportType`.""" - orderBy: [ReportTypesOrderBy!] = [PRIMARY_KEY_ASC] - ): ReportTypesConnection! + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! } """ -A connection to a list of `CifUser` values, with data from `ReportType`. +A connection to a list of `CifUser` values, with data from `ProjectType`. """ -type CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection { +type CifUserCifUsersByProjectTypeUpdatedByAndArchivedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge!]! + edges: [CifUserCifUsersByProjectTypeUpdatedByAndArchivedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -20806,16 +21282,16 @@ type CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `ReportType`.""" -type CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ProjectType`.""" +type CifUserCifUsersByProjectTypeUpdatedByAndArchivedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `ReportType`.""" - reportTypesByArchivedBy( + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -20825,12 +21301,12 @@ type CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ReportTypeCondition + condition: ProjectTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ReportTypeFilter + filter: ProjectTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -20849,19 +21325,19 @@ type CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge { """ offset: Int - """The method to use when ordering `ReportType`.""" - orderBy: [ReportTypesOrderBy!] = [PRIMARY_KEY_ASC] - ): ReportTypesConnection! + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! } """ -A connection to a list of `CifUser` values, with data from `ReportType`. +A connection to a list of `CifUser` values, with data from `ProjectType`. """ -type CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection { +type CifUserCifUsersByProjectTypeUpdatedByAndCreatedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge!]! + edges: [CifUserCifUsersByProjectTypeUpdatedByAndCreatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -20873,16 +21349,16 @@ type CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `ReportType`.""" -type CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ProjectType`.""" +type CifUserCifUsersByProjectTypeUpdatedByAndCreatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `ReportType`.""" - reportTypesByUpdatedBy( + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -20892,12 +21368,12 @@ type CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ReportTypeCondition + condition: ProjectTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ReportTypeFilter + filter: ProjectTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -20916,19 +21392,149 @@ type CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `ReportType`.""" - orderBy: [ReportTypesOrderBy!] = [PRIMARY_KEY_ASC] - ): ReportTypesConnection! + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection! +} + +"""A connection to a list of `CifUser` values, with data from `Project`.""" +type CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Project`.""" +type CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Project`.""" + projectsByArchivedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +"""A connection to a list of `CifUser` values, with data from `Project`.""" +type CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Project`.""" +type CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Project`.""" + projectsByCreatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! } """ A connection to a list of `CifUser` values, with data from `ReportType`. """ -type CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection { +type CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection { """ A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -20941,7 +21547,7 @@ type CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection { } """A `CifUser` edge in the connection, with data from `ReportType`.""" -type CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge { +type CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor @@ -20949,7 +21555,7 @@ type CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge { node: CifUser """Reads and enables pagination through a set of `ReportType`.""" - reportTypesByArchivedBy( + reportTypesByCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -20991,11 +21597,11 @@ type CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge { """ A connection to a list of `CifUser` values, with data from `ReportType`. """ -type CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection { +type CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection { """ A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21008,7 +21614,7 @@ type CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection { } """A `CifUser` edge in the connection, with data from `ReportType`.""" -type CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge { +type CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor @@ -21016,7 +21622,7 @@ type CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge { node: CifUser """Reads and enables pagination through a set of `ReportType`.""" - reportTypesByCreatedBy( + reportTypesByUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21056,13 +21662,13 @@ type CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge { } """ -A connection to a list of `CifUser` values, with data from `ReportingRequirement`. +A connection to a list of `CifUser` values, with data from `ReportType`. """ -type CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnection { +type CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21074,18 +21680,16 @@ type CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnec totalCount: Int! } -""" -A `CifUser` edge in the connection, with data from `ReportingRequirement`. -""" -type CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ReportType`.""" +type CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `ReportingRequirement`.""" - reportingRequirementsByCreatedBy( + """Reads and enables pagination through a set of `ReportType`.""" + reportTypesByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21095,12 +21699,12 @@ type CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ReportingRequirementCondition + condition: ReportTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ReportingRequirementFilter + filter: ReportTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -21119,19 +21723,19 @@ type CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `ReportingRequirement`.""" - orderBy: [ReportingRequirementsOrderBy!] = [PRIMARY_KEY_ASC] - ): ReportingRequirementsConnection! + """The method to use when ordering `ReportType`.""" + orderBy: [ReportTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ReportTypesConnection! } """ -A connection to a list of `CifUser` values, with data from `ReportingRequirement`. +A connection to a list of `CifUser` values, with data from `ReportType`. """ -type CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnection { +type CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21143,18 +21747,16 @@ type CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnec totalCount: Int! } -""" -A `CifUser` edge in the connection, with data from `ReportingRequirement`. -""" -type CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ReportType`.""" +type CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `ReportingRequirement`.""" - reportingRequirementsByUpdatedBy( + """Reads and enables pagination through a set of `ReportType`.""" + reportTypesByUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21164,12 +21766,12 @@ type CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ReportingRequirementCondition + condition: ReportTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ReportingRequirementFilter + filter: ReportTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -21188,19 +21790,19 @@ type CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `ReportingRequirement`.""" - orderBy: [ReportingRequirementsOrderBy!] = [PRIMARY_KEY_ASC] - ): ReportingRequirementsConnection! + """The method to use when ordering `ReportType`.""" + orderBy: [ReportTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ReportTypesConnection! } """ -A connection to a list of `CifUser` values, with data from `ReportingRequirement`. +A connection to a list of `CifUser` values, with data from `ReportType`. """ -type CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnection { +type CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21212,18 +21814,16 @@ type CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnec totalCount: Int! } -""" -A `CifUser` edge in the connection, with data from `ReportingRequirement`. -""" -type CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ReportType`.""" +type CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `ReportingRequirement`.""" - reportingRequirementsByArchivedBy( + """Reads and enables pagination through a set of `ReportType`.""" + reportTypesByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21233,12 +21833,12 @@ type CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ReportingRequirementCondition + condition: ReportTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ReportingRequirementFilter + filter: ReportTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -21257,19 +21857,19 @@ type CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge { """ offset: Int - """The method to use when ordering `ReportingRequirement`.""" - orderBy: [ReportingRequirementsOrderBy!] = [PRIMARY_KEY_ASC] - ): ReportingRequirementsConnection! + """The method to use when ordering `ReportType`.""" + orderBy: [ReportTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ReportTypesConnection! } """ -A connection to a list of `CifUser` values, with data from `ReportingRequirement`. +A connection to a list of `CifUser` values, with data from `ReportType`. """ -type CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnection { +type CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21281,18 +21881,16 @@ type CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnect totalCount: Int! } -""" -A `CifUser` edge in the connection, with data from `ReportingRequirement`. -""" -type CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge { +"""A `CifUser` edge in the connection, with data from `ReportType`.""" +type CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `ReportingRequirement`.""" - reportingRequirementsByUpdatedBy( + """Reads and enables pagination through a set of `ReportType`.""" + reportTypesByCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21302,12 +21900,12 @@ type CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ReportingRequirementCondition + condition: ReportTypeCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ReportingRequirementFilter + filter: ReportTypeFilter """Only read the first `n` values of the set.""" first: Int @@ -21326,19 +21924,19 @@ type CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `ReportingRequirement`.""" - orderBy: [ReportingRequirementsOrderBy!] = [PRIMARY_KEY_ASC] - ): ReportingRequirementsConnection! + """The method to use when ordering `ReportType`.""" + orderBy: [ReportTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ReportTypesConnection! } """ A connection to a list of `CifUser` values, with data from `ReportingRequirement`. """ -type CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnection { +type CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnection { """ A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21353,7 +21951,7 @@ type CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnec """ A `CifUser` edge in the connection, with data from `ReportingRequirement`. """ -type CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge { +type CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor @@ -21361,7 +21959,7 @@ type CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge { node: CifUser """Reads and enables pagination through a set of `ReportingRequirement`.""" - reportingRequirementsByArchivedBy( + reportingRequirementsByCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21403,11 +22001,11 @@ type CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge { """ A connection to a list of `CifUser` values, with data from `ReportingRequirement`. """ -type CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnection { +type CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnection { """ A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21422,7 +22020,7 @@ type CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnect """ A `CifUser` edge in the connection, with data from `ReportingRequirement`. """ -type CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge { +type CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor @@ -21430,7 +22028,7 @@ type CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge { node: CifUser """Reads and enables pagination through a set of `ReportingRequirement`.""" - reportingRequirementsByCreatedBy( + reportingRequirementsByUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21469,12 +22067,14 @@ type CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge { ): ReportingRequirementsConnection! } -"""A connection to a list of `CifUser` values, with data from `Sector`.""" -type CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection { +""" +A connection to a list of `CifUser` values, with data from `ReportingRequirement`. +""" +type CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21486,16 +22086,18 @@ type CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `Sector`.""" -type CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge { +""" +A `CifUser` edge in the connection, with data from `ReportingRequirement`. +""" +type CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `Sector`.""" - sectorsByCreatedBy( + """Reads and enables pagination through a set of `ReportingRequirement`.""" + reportingRequirementsByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21505,12 +22107,12 @@ type CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: SectorCondition + condition: ReportingRequirementCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: SectorFilter + filter: ReportingRequirementFilter """Only read the first `n` values of the set.""" first: Int @@ -21529,17 +22131,19 @@ type CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `Sector`.""" - orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] - ): SectorsConnection! + """The method to use when ordering `ReportingRequirement`.""" + orderBy: [ReportingRequirementsOrderBy!] = [PRIMARY_KEY_ASC] + ): ReportingRequirementsConnection! } -"""A connection to a list of `CifUser` values, with data from `Sector`.""" -type CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection { +""" +A connection to a list of `CifUser` values, with data from `ReportingRequirement`. +""" +type CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21551,16 +22155,18 @@ type CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `Sector`.""" -type CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge { +""" +A `CifUser` edge in the connection, with data from `ReportingRequirement`. +""" +type CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `Sector`.""" - sectorsByUpdatedBy( + """Reads and enables pagination through a set of `ReportingRequirement`.""" + reportingRequirementsByUpdatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21570,12 +22176,12 @@ type CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: SectorCondition + condition: ReportingRequirementCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: SectorFilter + filter: ReportingRequirementFilter """Only read the first `n` values of the set.""" first: Int @@ -21594,17 +22200,19 @@ type CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `Sector`.""" - orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] - ): SectorsConnection! + """The method to use when ordering `ReportingRequirement`.""" + orderBy: [ReportingRequirementsOrderBy!] = [PRIMARY_KEY_ASC] + ): ReportingRequirementsConnection! } -"""A connection to a list of `CifUser` values, with data from `Sector`.""" -type CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection { +""" +A connection to a list of `CifUser` values, with data from `ReportingRequirement`. +""" +type CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21616,16 +22224,18 @@ type CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `Sector`.""" -type CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge { +""" +A `CifUser` edge in the connection, with data from `ReportingRequirement`. +""" +type CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `Sector`.""" - sectorsByArchivedBy( + """Reads and enables pagination through a set of `ReportingRequirement`.""" + reportingRequirementsByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21635,12 +22245,12 @@ type CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: SectorCondition + condition: ReportingRequirementCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: SectorFilter + filter: ReportingRequirementFilter """Only read the first `n` values of the set.""" first: Int @@ -21659,17 +22269,19 @@ type CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge { """ offset: Int - """The method to use when ordering `Sector`.""" - orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] - ): SectorsConnection! + """The method to use when ordering `ReportingRequirement`.""" + orderBy: [ReportingRequirementsOrderBy!] = [PRIMARY_KEY_ASC] + ): ReportingRequirementsConnection! } -"""A connection to a list of `CifUser` values, with data from `Sector`.""" -type CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection { +""" +A connection to a list of `CifUser` values, with data from `ReportingRequirement`. +""" +type CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnection { """ - A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. + A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge!]! + edges: [CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21681,16 +22293,18 @@ type CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection { totalCount: Int! } -"""A `CifUser` edge in the connection, with data from `Sector`.""" -type CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge { +""" +A `CifUser` edge in the connection, with data from `ReportingRequirement`. +""" +type CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor """The `CifUser` at the end of the edge.""" node: CifUser - """Reads and enables pagination through a set of `Sector`.""" - sectorsByUpdatedBy( + """Reads and enables pagination through a set of `ReportingRequirement`.""" + reportingRequirementsByCreatedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -21700,12 +22314,12 @@ type CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: SectorCondition + condition: ReportingRequirementCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: SectorFilter + filter: ReportingRequirementFilter """Only read the first `n` values of the set.""" first: Int @@ -21724,17 +22338,17 @@ type CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge { """ offset: Int - """The method to use when ordering `Sector`.""" - orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] - ): SectorsConnection! + """The method to use when ordering `ReportingRequirement`.""" + orderBy: [ReportingRequirementsOrderBy!] = [PRIMARY_KEY_ASC] + ): ReportingRequirementsConnection! } """A connection to a list of `CifUser` values, with data from `Sector`.""" -type CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection { +type CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection { """ A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. """ - edges: [CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge!]! + edges: [CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge!]! """A list of `CifUser` objects.""" nodes: [CifUser]! @@ -21747,7 +22361,7 @@ type CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection { } """A `CifUser` edge in the connection, with data from `Sector`.""" -type CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge { +type CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor @@ -21755,7 +22369,267 @@ type CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge { node: CifUser """Reads and enables pagination through a set of `Sector`.""" - sectorsByArchivedBy( + sectorsByCreatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: SectorCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: SectorFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Sector`.""" + orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] + ): SectorsConnection! +} + +"""A connection to a list of `CifUser` values, with data from `Sector`.""" +type CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. + """ + edges: [CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Sector`.""" +type CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Sector`.""" + sectorsByUpdatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: SectorCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: SectorFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Sector`.""" + orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] + ): SectorsConnection! +} + +"""A connection to a list of `CifUser` values, with data from `Sector`.""" +type CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. + """ + edges: [CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Sector`.""" +type CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Sector`.""" + sectorsByArchivedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: SectorCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: SectorFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Sector`.""" + orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] + ): SectorsConnection! +} + +"""A connection to a list of `CifUser` values, with data from `Sector`.""" +type CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. + """ + edges: [CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Sector`.""" +type CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Sector`.""" + sectorsByUpdatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: SectorCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: SectorFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Sector`.""" + orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] + ): SectorsConnection! +} + +"""A connection to a list of `CifUser` values, with data from `Sector`.""" +type CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination. + """ + edges: [CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Sector`.""" +type CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Sector`.""" + sectorsByArchivedBy( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -22509,6 +23383,24 @@ input CifUserFilter { """Some related `projectStatusesByUpdatedBy` exist.""" projectStatusesByUpdatedByExist: Boolean + """Filter by the object’s `projectTypesByArchivedBy` relation.""" + projectTypesByArchivedBy: CifUserToManyProjectTypeFilter + + """Some related `projectTypesByArchivedBy` exist.""" + projectTypesByArchivedByExist: Boolean + + """Filter by the object’s `projectTypesByCreatedBy` relation.""" + projectTypesByCreatedBy: CifUserToManyProjectTypeFilter + + """Some related `projectTypesByCreatedBy` exist.""" + projectTypesByCreatedByExist: Boolean + + """Filter by the object’s `projectTypesByUpdatedBy` relation.""" + projectTypesByUpdatedBy: CifUserToManyProjectTypeFilter + + """Some related `projectTypesByUpdatedBy` exist.""" + projectTypesByUpdatedByExist: Boolean + """Filter by the object’s `projectsByArchivedBy` relation.""" projectsByArchivedBy: CifUserToManyProjectFilter @@ -24650,28 +25542,34 @@ type CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyEdge { } """ -A connection to a list of `Project` values, with data from `Attachment`. +A connection to a list of `ProjectType` values, with data from `Project`. """ -type CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyConnection { +type CifUserProjectTypesByProjectArchivedByAndProjectTypeManyToManyConnection { """ - A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination. + A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectTypesByProjectArchivedByAndProjectTypeManyToManyEdge!]! - """A list of `Project` objects.""" - nodes: [Project]! + """A list of `ProjectType` objects.""" + nodes: [ProjectType]! """Information to aid in pagination.""" pageInfo: PageInfo! - """The count of *all* `Project` you could get from the connection.""" + """The count of *all* `ProjectType` you could get from the connection.""" totalCount: Int! } -"""A `Project` edge in the connection, with data from `Attachment`.""" -type CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge { - """Reads and enables pagination through a set of `Attachment`.""" - attachmentsByProjectId( +"""A `ProjectType` edge in the connection, with data from `Project`.""" +type CifUserProjectTypesByProjectArchivedByAndProjectTypeManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `ProjectType` at the end of the edge.""" + node: ProjectType + + """Reads and enables pagination through a set of `Project`.""" + projectsByProjectType( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -24681,12 +25579,12 @@ type CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: AttachmentCondition + condition: ProjectCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: AttachmentFilter + filter: ProjectFilter """Only read the first `n` values of the set.""" first: Int @@ -24705,40 +25603,40 @@ type CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge { """ offset: Int - """The method to use when ordering `Attachment`.""" - orderBy: [AttachmentsOrderBy!] = [PRIMARY_KEY_ASC] - ): AttachmentsConnection! - - """A cursor for use in pagination.""" - cursor: Cursor - - """The `Project` at the end of the edge.""" - node: Project + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! } """ -A connection to a list of `Project` values, with data from `Attachment`. +A connection to a list of `ProjectType` values, with data from `Project`. """ -type CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyConnection { +type CifUserProjectTypesByProjectCreatedByAndProjectTypeManyToManyConnection { """ - A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination. + A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectTypesByProjectCreatedByAndProjectTypeManyToManyEdge!]! - """A list of `Project` objects.""" - nodes: [Project]! + """A list of `ProjectType` objects.""" + nodes: [ProjectType]! """Information to aid in pagination.""" pageInfo: PageInfo! - """The count of *all* `Project` you could get from the connection.""" + """The count of *all* `ProjectType` you could get from the connection.""" totalCount: Int! } -"""A `Project` edge in the connection, with data from `Attachment`.""" -type CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge { - """Reads and enables pagination through a set of `Attachment`.""" - attachmentsByProjectId( +"""A `ProjectType` edge in the connection, with data from `Project`.""" +type CifUserProjectTypesByProjectCreatedByAndProjectTypeManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `ProjectType` at the end of the edge.""" + node: ProjectType + + """Reads and enables pagination through a set of `Project`.""" + projectsByProjectType( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -24748,12 +25646,12 @@ type CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: AttachmentCondition + condition: ProjectCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: AttachmentFilter + filter: ProjectFilter """Only read the first `n` values of the set.""" first: Int @@ -24772,25 +25670,86 @@ type CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge { """ offset: Int - """The method to use when ordering `Attachment`.""" - orderBy: [AttachmentsOrderBy!] = [PRIMARY_KEY_ASC] - ): AttachmentsConnection! + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +""" +A connection to a list of `ProjectType` values, with data from `Project`. +""" +type CifUserProjectTypesByProjectUpdatedByAndProjectTypeManyToManyConnection { + """ + A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [CifUserProjectTypesByProjectUpdatedByAndProjectTypeManyToManyEdge!]! + + """A list of `ProjectType` objects.""" + nodes: [ProjectType]! + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `ProjectType` you could get from the connection.""" + totalCount: Int! +} + +"""A `ProjectType` edge in the connection, with data from `Project`.""" +type CifUserProjectTypesByProjectUpdatedByAndProjectTypeManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor - """The `Project` at the end of the edge.""" - node: Project + """The `ProjectType` at the end of the edge.""" + node: ProjectType + + """Reads and enables pagination through a set of `Project`.""" + projectsByProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! } """ A connection to a list of `Project` values, with data from `Attachment`. """ -type CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyConnection { +type CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyConnection { """ A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge!]! """A list of `Project` objects.""" nodes: [Project]! @@ -24803,7 +25762,7 @@ type CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyConnection { } """A `Project` edge in the connection, with data from `Attachment`.""" -type CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge { +type CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge { """Reads and enables pagination through a set of `Attachment`.""" attachmentsByProjectId( """Read all values in the set after (below) this cursor.""" @@ -24851,13 +25810,13 @@ type CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge { } """ -A connection to a list of `Project` values, with data from `FundingParameter`. +A connection to a list of `Project` values, with data from `Attachment`. """ -type CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyConnection { +type CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyConnection { """ - A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination. + A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge!]! """A list of `Project` objects.""" nodes: [Project]! @@ -24869,13 +25828,10 @@ type CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyConnection totalCount: Int! } -"""A `Project` edge in the connection, with data from `FundingParameter`.""" -type CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge { - """A cursor for use in pagination.""" - cursor: Cursor - - """Reads and enables pagination through a set of `FundingParameter`.""" - fundingParametersByProjectId( +"""A `Project` edge in the connection, with data from `Attachment`.""" +type CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge { + """Reads and enables pagination through a set of `Attachment`.""" + attachmentsByProjectId( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -24885,12 +25841,12 @@ type CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: FundingParameterCondition + condition: AttachmentCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: FundingParameterFilter + filter: AttachmentFilter """Only read the first `n` values of the set.""" first: Int @@ -24909,22 +25865,25 @@ type CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge { """ offset: Int - """The method to use when ordering `FundingParameter`.""" - orderBy: [FundingParametersOrderBy!] = [PRIMARY_KEY_ASC] - ): FundingParametersConnection! + """The method to use when ordering `Attachment`.""" + orderBy: [AttachmentsOrderBy!] = [PRIMARY_KEY_ASC] + ): AttachmentsConnection! + + """A cursor for use in pagination.""" + cursor: Cursor """The `Project` at the end of the edge.""" node: Project } """ -A connection to a list of `Project` values, with data from `FundingParameter`. +A connection to a list of `Project` values, with data from `Attachment`. """ -type CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyConnection { +type CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyConnection { """ - A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination. + A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge!]! """A list of `Project` objects.""" nodes: [Project]! @@ -24936,13 +25895,10 @@ type CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyConnection totalCount: Int! } -"""A `Project` edge in the connection, with data from `FundingParameter`.""" -type CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge { - """A cursor for use in pagination.""" - cursor: Cursor - - """Reads and enables pagination through a set of `FundingParameter`.""" - fundingParametersByProjectId( +"""A `Project` edge in the connection, with data from `Attachment`.""" +type CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge { + """Reads and enables pagination through a set of `Attachment`.""" + attachmentsByProjectId( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -24952,12 +25908,12 @@ type CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: FundingParameterCondition + condition: AttachmentCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: FundingParameterFilter + filter: AttachmentFilter """Only read the first `n` values of the set.""" first: Int @@ -24976,9 +25932,12 @@ type CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge { """ offset: Int - """The method to use when ordering `FundingParameter`.""" - orderBy: [FundingParametersOrderBy!] = [PRIMARY_KEY_ASC] - ): FundingParametersConnection! + """The method to use when ordering `Attachment`.""" + orderBy: [AttachmentsOrderBy!] = [PRIMARY_KEY_ASC] + ): AttachmentsConnection! + + """A cursor for use in pagination.""" + cursor: Cursor """The `Project` at the end of the edge.""" node: Project @@ -24987,11 +25946,11 @@ type CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge { """ A connection to a list of `Project` values, with data from `FundingParameter`. """ -type CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyConnection { +type CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyConnection { """ A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge!]! """A list of `Project` objects.""" nodes: [Project]! @@ -25004,7 +25963,7 @@ type CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyConnection } """A `Project` edge in the connection, with data from `FundingParameter`.""" -type CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge { +type CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor @@ -25052,13 +26011,13 @@ type CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge { } """ -A connection to a list of `Project` values, with data from `ProjectContact`. +A connection to a list of `Project` values, with data from `FundingParameter`. """ -type CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyConnection { +type CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyConnection { """ - A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination. + A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge!]! """A list of `Project` objects.""" nodes: [Project]! @@ -25070,16 +26029,13 @@ type CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyConnection { totalCount: Int! } -"""A `Project` edge in the connection, with data from `ProjectContact`.""" -type CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge { +"""A `Project` edge in the connection, with data from `FundingParameter`.""" +type CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor - """The `Project` at the end of the edge.""" - node: Project - - """Reads and enables pagination through a set of `ProjectContact`.""" - projectContactsByProjectId( + """Reads and enables pagination through a set of `FundingParameter`.""" + fundingParametersByProjectId( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -25089,12 +26045,12 @@ type CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ProjectContactCondition + condition: FundingParameterCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ProjectContactFilter + filter: FundingParameterFilter """Only read the first `n` values of the set.""" first: Int @@ -25113,19 +26069,22 @@ type CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge { """ offset: Int - """The method to use when ordering `ProjectContact`.""" - orderBy: [ProjectContactsOrderBy!] = [PRIMARY_KEY_ASC] - ): ProjectContactsConnection! + """The method to use when ordering `FundingParameter`.""" + orderBy: [FundingParametersOrderBy!] = [PRIMARY_KEY_ASC] + ): FundingParametersConnection! + + """The `Project` at the end of the edge.""" + node: Project } """ -A connection to a list of `Project` values, with data from `ProjectContact`. +A connection to a list of `Project` values, with data from `FundingParameter`. """ -type CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyConnection { +type CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyConnection { """ - A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination. + A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge!]! """A list of `Project` objects.""" nodes: [Project]! @@ -25137,16 +26096,13 @@ type CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyConnection { totalCount: Int! } -"""A `Project` edge in the connection, with data from `ProjectContact`.""" -type CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge { +"""A `Project` edge in the connection, with data from `FundingParameter`.""" +type CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor - """The `Project` at the end of the edge.""" - node: Project - - """Reads and enables pagination through a set of `ProjectContact`.""" - projectContactsByProjectId( + """Reads and enables pagination through a set of `FundingParameter`.""" + fundingParametersByProjectId( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -25156,12 +26112,12 @@ type CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge { """ A condition to be used in determining which values should be returned by the collection. """ - condition: ProjectContactCondition + condition: FundingParameterCondition """ A filter to be used in determining which values should be returned by the collection. """ - filter: ProjectContactFilter + filter: FundingParameterFilter """Only read the first `n` values of the set.""" first: Int @@ -25180,19 +26136,22 @@ type CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge { """ offset: Int - """The method to use when ordering `ProjectContact`.""" - orderBy: [ProjectContactsOrderBy!] = [PRIMARY_KEY_ASC] - ): ProjectContactsConnection! + """The method to use when ordering `FundingParameter`.""" + orderBy: [FundingParametersOrderBy!] = [PRIMARY_KEY_ASC] + ): FundingParametersConnection! + + """The `Project` at the end of the edge.""" + node: Project } """ A connection to a list of `Project` values, with data from `ProjectContact`. """ -type CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyConnection { +type CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyConnection { """ A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination. """ - edges: [CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyEdge!]! + edges: [CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge!]! """A list of `Project` objects.""" nodes: [Project]! @@ -25205,7 +26164,141 @@ type CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyConnection { } """A `Project` edge in the connection, with data from `ProjectContact`.""" -type CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyEdge { +type CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `Project` at the end of the edge.""" + node: Project + + """Reads and enables pagination through a set of `ProjectContact`.""" + projectContactsByProjectId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectContactCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectContactFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectContact`.""" + orderBy: [ProjectContactsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectContactsConnection! +} + +""" +A connection to a list of `Project` values, with data from `ProjectContact`. +""" +type CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyConnection { + """ + A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination. + """ + edges: [CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge!]! + + """A list of `Project` objects.""" + nodes: [Project]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `Project` you could get from the connection.""" + totalCount: Int! +} + +"""A `Project` edge in the connection, with data from `ProjectContact`.""" +type CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `Project` at the end of the edge.""" + node: Project + + """Reads and enables pagination through a set of `ProjectContact`.""" + projectContactsByProjectId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectContactCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectContactFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectContact`.""" + orderBy: [ProjectContactsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectContactsConnection! +} + +""" +A connection to a list of `Project` values, with data from `ProjectContact`. +""" +type CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyConnection { + """ + A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination. + """ + edges: [CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyEdge!]! + + """A list of `Project` objects.""" + nodes: [Project]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `Project` you could get from the connection.""" + totalCount: Int! +} + +"""A `Project` edge in the connection, with data from `ProjectContact`.""" +type CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor @@ -27318,6 +28411,26 @@ input CifUserToManyProjectStatusFilter { some: ProjectStatusFilter } +""" +A filter to be used against many `ProjectType` object types. All fields are combined with a logical ‘and.’ +""" +input CifUserToManyProjectTypeFilter { + """ + Every related `ProjectType` matches the filter criteria. All fields are combined with a logical ‘and.’ + """ + every: ProjectTypeFilter + + """ + No related `ProjectType` matches the filter criteria. All fields are combined with a logical ‘and.’ + """ + none: ProjectTypeFilter + + """ + Some related `ProjectType` matches the filter criteria. All fields are combined with a logical ‘and.’ + """ + some: ProjectTypeFilter +} + """ A filter to be used against many `ReportType` object types. All fields are combined with a logical ‘and.’ """ @@ -27611,6 +28724,12 @@ enum CifUsersOrderBy { PROJECT_STATUSES_BY_CREATED_BY__COUNT_DESC PROJECT_STATUSES_BY_UPDATED_BY__COUNT_ASC PROJECT_STATUSES_BY_UPDATED_BY__COUNT_DESC + PROJECT_TYPES_BY_ARCHIVED_BY__COUNT_ASC + PROJECT_TYPES_BY_ARCHIVED_BY__COUNT_DESC + PROJECT_TYPES_BY_CREATED_BY__COUNT_ASC + PROJECT_TYPES_BY_CREATED_BY__COUNT_DESC + PROJECT_TYPES_BY_UPDATED_BY__COUNT_ASC + PROJECT_TYPES_BY_UPDATED_BY__COUNT_DESC REPORTING_REQUIREMENTS_BY_ARCHIVED_BY__COUNT_ASC REPORTING_REQUIREMENTS_BY_ARCHIVED_BY__COUNT_DESC REPORTING_REQUIREMENTS_BY_CREATED_BY__COUNT_ASC @@ -29308,6 +30427,50 @@ type CreateProjectStatusPayload { query: Query } +"""All input for the create `ProjectType` mutation.""" +input CreateProjectTypeInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + + """The `ProjectType` to be created by this mutation.""" + projectType: ProjectTypeInput! +} + +"""The output of our create `ProjectType` mutation.""" +type CreateProjectTypePayload { + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByArchivedBy: CifUser + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByCreatedBy: CifUser + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByUpdatedBy: CifUser + + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + + """The `ProjectType` that was created by this mutation.""" + projectType: ProjectType + + """An edge for our `ProjectType`. May be used by Relay 1.""" + projectTypeEdge( + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesEdge + + """ + Our root query field type. Allows us to run any query from our mutation payload. + """ + query: Query +} + """All input for the create `ReportType` mutation.""" input CreateReportTypeInput { """ @@ -30557,6 +31720,65 @@ type DeleteProjectStatusPayload { query: Query } +"""All input for the `deleteProjectTypeByName` mutation.""" +input DeleteProjectTypeByNameInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + + """The name of the project type as the primary key""" + name: String! +} + +"""All input for the `deleteProjectType` mutation.""" +input DeleteProjectTypeInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + + """ + The globally unique `ID` which will identify a single `ProjectType` to be deleted. + """ + id: ID! +} + +"""The output of our delete `ProjectType` mutation.""" +type DeleteProjectTypePayload { + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByArchivedBy: CifUser + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByCreatedBy: CifUser + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByUpdatedBy: CifUser + + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + deletedProjectTypeId: ID + + """The `ProjectType` that was deleted by this mutation.""" + projectType: ProjectType + + """An edge for our `ProjectType`. May be used by Relay 1.""" + projectTypeEdge( + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesEdge + + """ + Our root query field type. Allows us to run any query from our mutation payload. + """ + query: Query +} + """All input for the `deleteSectorBySectorName` mutation.""" input DeleteSectorBySectorNameInput { """ @@ -32985,8 +34207,12 @@ enum FundingParametersOrderBy { PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC + PROJECT_BY_PROJECT_ID__SCORE_ASC + PROJECT_BY_PROJECT_ID__SCORE_DESC PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC PROJECT_BY_PROJECT_ID__SUMMARY_ASC @@ -33994,6 +35220,45 @@ type FundingStreamRfp implements Node { orderBy: [ProjectStatusesOrderBy!] = [PRIMARY_KEY_ASC] ): FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyConnection! + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByProjectFundingStreamRfpIdAndProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): FundingStreamRfpProjectTypesByProjectFundingStreamRfpIdAndProjectTypeManyToManyConnection! + """Reads and enables pagination through a set of `Project`.""" projectsByFundingStreamRfpId( """Read all values in the set after (below) this cursor.""" @@ -35240,33 +36505,100 @@ enum FundingStreamRfpProjectStatusesOrderBy { UPDATED_BY_DESC } -"""A connection to a list of `Sector` values, with data from `Project`.""" -type FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyConnection { +""" +A connection to a list of `ProjectType` values, with data from `Project`. +""" +type FundingStreamRfpProjectTypesByProjectFundingStreamRfpIdAndProjectTypeManyToManyConnection { """ - A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination. + A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination. """ - edges: [FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyEdge!]! + edges: [FundingStreamRfpProjectTypesByProjectFundingStreamRfpIdAndProjectTypeManyToManyEdge!]! - """A list of `Sector` objects.""" - nodes: [Sector]! + """A list of `ProjectType` objects.""" + nodes: [ProjectType]! """Information to aid in pagination.""" pageInfo: PageInfo! - """The count of *all* `Sector` you could get from the connection.""" + """The count of *all* `ProjectType` you could get from the connection.""" totalCount: Int! } -"""A `Sector` edge in the connection, with data from `Project`.""" -type FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyEdge { +"""A `ProjectType` edge in the connection, with data from `Project`.""" +type FundingStreamRfpProjectTypesByProjectFundingStreamRfpIdAndProjectTypeManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor - """The `Sector` at the end of the edge.""" - node: Sector + """The `ProjectType` at the end of the edge.""" + node: ProjectType """Reads and enables pagination through a set of `Project`.""" - projectsBySectorName( + projectsByProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +"""A connection to a list of `Sector` values, with data from `Project`.""" +type FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyConnection { + """ + A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyEdge!]! + + """A list of `Sector` objects.""" + nodes: [Sector]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `Sector` you could get from the connection.""" + totalCount: Int! +} + +"""A `Sector` edge in the connection, with data from `Project`.""" +type FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `Sector` at the end of the edge.""" + node: Sector + + """Reads and enables pagination through a set of `Project`.""" + projectsBySectorName( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -36580,6 +37912,14 @@ type Mutation { input: CreateProjectStatusInput! ): CreateProjectStatusPayload + """Creates a single `ProjectType`.""" + createProjectType( + """ + The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields. + """ + input: CreateProjectTypeInput! + ): CreateProjectTypePayload + """Creates a single `ReportType`.""" createReportType( """ @@ -36880,6 +38220,22 @@ type Mutation { input: DeleteProjectStatusByRowIdInput! ): DeleteProjectStatusPayload + """Deletes a single `ProjectType` using its globally unique id.""" + deleteProjectType( + """ + The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields. + """ + input: DeleteProjectTypeInput! + ): DeleteProjectTypePayload + + """Deletes a single `ProjectType` using a unique key.""" + deleteProjectTypeByName( + """ + The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields. + """ + input: DeleteProjectTypeByNameInput! + ): DeleteProjectTypePayload + """Deletes a single `Sector` using its globally unique id.""" deleteSector( """ @@ -37236,6 +38592,24 @@ type Mutation { input: UpdateProjectStatusByRowIdInput! ): UpdateProjectStatusPayload + """ + Updates a single `ProjectType` using its globally unique id and a patch. + """ + updateProjectType( + """ + The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields. + """ + input: UpdateProjectTypeInput! + ): UpdateProjectTypePayload + + """Updates a single `ProjectType` using a unique key and a patch.""" + updateProjectTypeByName( + """ + The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields. + """ + input: UpdateProjectTypeByNameInput! + ): UpdateProjectTypePayload + """ Updates a single `ReportType` using its globally unique id and a patch. """ @@ -37518,6 +38892,45 @@ type Operator implements Node { orderBy: [ProjectStatusesOrderBy!] = [PRIMARY_KEY_ASC] ): OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyConnection! + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByProjectOperatorIdAndProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): OperatorProjectTypesByProjectOperatorIdAndProjectTypeManyToManyConnection! + """Reads and enables pagination through a set of `Project`.""" projectsByOperatorId( """Read all values in the set after (below) this cursor.""" @@ -38079,6 +39492,73 @@ type OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyEdge ): ProjectsConnection! } +""" +A connection to a list of `ProjectType` values, with data from `Project`. +""" +type OperatorProjectTypesByProjectOperatorIdAndProjectTypeManyToManyConnection { + """ + A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [OperatorProjectTypesByProjectOperatorIdAndProjectTypeManyToManyEdge!]! + + """A list of `ProjectType` objects.""" + nodes: [ProjectType]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `ProjectType` you could get from the connection.""" + totalCount: Int! +} + +"""A `ProjectType` edge in the connection, with data from `Project`.""" +type OperatorProjectTypesByProjectOperatorIdAndProjectTypeManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `ProjectType` at the end of the edge.""" + node: ProjectType + + """Reads and enables pagination through a set of `Project`.""" + projectsByProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + """A connection to a list of `Sector` values, with data from `Project`.""" type OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyConnection { """ @@ -39741,6 +41221,12 @@ type Project implements Node { orderBy: [ProjectStatusesOrderBy!] = [PRIMARY_KEY_ASC] ): ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyConnection! + """The type of the project (e.g. fuel switching)""" + projectType: String + + """Reads a single `ProjectType` that is related to this `Project`.""" + projectTypeByProjectType: ProjectType + """ Unique identifier internal to the CIF team. As of the 2022 RFPs, the current format is YYYY-RFP-0-ABCD-000. Projects for the 2019 and 2020 RFPs may use a different format. """ @@ -39827,6 +41313,9 @@ type Project implements Node { """Unique ID for the project""" rowId: Int! + """The score of the project after evaluation by the CIF team""" + score: BigFloat + """Reads a single `Sector` that is related to this `Project`.""" sectorBySectorName: Sector @@ -41148,12 +42637,18 @@ input ProjectCondition { """Checks for equality with the object’s `projectStatusId` field.""" projectStatusId: Int + """Checks for equality with the object’s `projectType` field.""" + projectType: String + """Checks for equality with the object’s `proposalReference` field.""" proposalReference: String """Checks for equality with the object’s `rowId` field.""" rowId: Int + """Checks for equality with the object’s `score` field.""" + score: BigFloat + """Checks for equality with the object’s `sectorName` field.""" sectorName: String @@ -41623,8 +43118,12 @@ enum ProjectContactsOrderBy { PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC + PROJECT_BY_PROJECT_ID__SCORE_ASC + PROJECT_BY_PROJECT_ID__SCORE_DESC PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC PROJECT_BY_PROJECT_ID__SUMMARY_ASC @@ -41745,6 +43244,15 @@ input ProjectFilter { """Filter by the object’s `projectStatusId` field.""" projectStatusId: IntFilter + """Filter by the object’s `projectType` field.""" + projectType: StringFilter + + """Filter by the object’s `projectTypeByProjectType` relation.""" + projectTypeByProjectType: ProjectTypeFilter + + """A related `projectTypeByProjectType` exists.""" + projectTypeByProjectTypeExists: Boolean + """Filter by the object’s `proposalReference` field.""" proposalReference: StringFilter @@ -41757,6 +43265,9 @@ input ProjectFilter { """Filter by the object’s `rowId` field.""" rowId: IntFilter + """Filter by the object’s `score` field.""" + score: BigFloatFilter + """Filter by the object’s `sectorBySectorName` relation.""" sectorBySectorName: SectorFilter @@ -43070,8 +44581,12 @@ enum ProjectManagersOrderBy { PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC + PROJECT_BY_PROJECT_ID__SCORE_ASC + PROJECT_BY_PROJECT_ID__SCORE_DESC PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC PROJECT_BY_PROJECT_ID__SUMMARY_ASC @@ -44186,8 +45701,12 @@ enum ProjectRevisionsOrderBy { PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC + PROJECT_BY_PROJECT_ID__SCORE_ASC + PROJECT_BY_PROJECT_ID__SCORE_DESC PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC PROJECT_BY_PROJECT_ID__SUMMARY_ASC @@ -44788,6 +46307,45 @@ type ProjectStatus implements Node { orderBy: [OperatorsOrderBy!] = [PRIMARY_KEY_ASC] ): ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyConnection! + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByProjectProjectStatusIdAndProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectStatusProjectTypesByProjectProjectStatusIdAndProjectTypeManyToManyConnection! + """Reads and enables pagination through a set of `Project`.""" projectsByAttachmentProjectStatusIdAndProjectId( """Read all values in the set after (below) this cursor.""" @@ -45899,6 +47457,73 @@ input ProjectStatusPatch { updatedBy: Int } +""" +A connection to a list of `ProjectType` values, with data from `Project`. +""" +type ProjectStatusProjectTypesByProjectProjectStatusIdAndProjectTypeManyToManyConnection { + """ + A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [ProjectStatusProjectTypesByProjectProjectStatusIdAndProjectTypeManyToManyEdge!]! + + """A list of `ProjectType` objects.""" + nodes: [ProjectType]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `ProjectType` you could get from the connection.""" + totalCount: Int! +} + +"""A `ProjectType` edge in the connection, with data from `Project`.""" +type ProjectStatusProjectTypesByProjectProjectStatusIdAndProjectTypeManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `ProjectType` at the end of the edge.""" + node: ProjectType + + """Reads and enables pagination through a set of `Project`.""" + projectsByProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + """ A connection to a list of `Project` values, with data from `Attachment`. """ @@ -46334,6 +47959,1088 @@ input ProjectToManyReportingRequirementFilter { some: ReportingRequirementFilter } +"""Table containing information about project types""" +type ProjectType implements Node { + """archived at timestamp""" + archivedAt: Datetime + + """archived by user id""" + archivedBy: Int + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByArchivedBy: CifUser + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByCreatedBy: CifUser + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByUpdatedBy: CifUser + + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersByProjectProjectTypeAndArchivedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: CifUserCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: CifUserFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypeCifUsersByProjectProjectTypeAndArchivedByManyToManyConnection! + + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersByProjectProjectTypeAndCreatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: CifUserCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: CifUserFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypeCifUsersByProjectProjectTypeAndCreatedByManyToManyConnection! + + """Reads and enables pagination through a set of `CifUser`.""" + cifUsersByProjectProjectTypeAndUpdatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: CifUserCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: CifUserFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `CifUser`.""" + orderBy: [CifUsersOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypeCifUsersByProjectProjectTypeAndUpdatedByManyToManyConnection! + + """created at timestamp""" + createdAt: Datetime! + + """created by user id""" + createdBy: Int + + """Reads and enables pagination through a set of `FundingStreamRfp`.""" + fundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: FundingStreamRfpCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: FundingStreamRfpFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `FundingStreamRfp`.""" + orderBy: [FundingStreamRfpsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypeFundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpIdManyToManyConnection! + + """ + A globally unique identifier. Can be used in various places throughout the system to identify this single value. + """ + id: ID! + + """The name of the project type as the primary key""" + name: String! + + """Reads and enables pagination through a set of `Operator`.""" + operatorsByProjectProjectTypeAndOperatorId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: OperatorCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: OperatorFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Operator`.""" + orderBy: [OperatorsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypeOperatorsByProjectProjectTypeAndOperatorIdManyToManyConnection! + + """Reads and enables pagination through a set of `ProjectStatus`.""" + projectStatusesByProjectProjectTypeAndProjectStatusId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectStatusCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectStatusFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectStatus`.""" + orderBy: [ProjectStatusesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypeProjectStatusesByProjectProjectTypeAndProjectStatusIdManyToManyConnection! + + """Reads and enables pagination through a set of `Project`.""" + projectsByProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = INHERIT + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! + + """Reads and enables pagination through a set of `Sector`.""" + sectorsByProjectProjectTypeAndSectorName( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: SectorCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: SectorFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Sector`.""" + orderBy: [SectorsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypeSectorsByProjectProjectTypeAndSectorNameManyToManyConnection! + + """updated at timestamp""" + updatedAt: Datetime! + + """updated by user id""" + updatedBy: Int +} + +"""A connection to a list of `CifUser` values, with data from `Project`.""" +type ProjectTypeCifUsersByProjectProjectTypeAndArchivedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [ProjectTypeCifUsersByProjectProjectTypeAndArchivedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Project`.""" +type ProjectTypeCifUsersByProjectProjectTypeAndArchivedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Project`.""" + projectsByArchivedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +"""A connection to a list of `CifUser` values, with data from `Project`.""" +type ProjectTypeCifUsersByProjectProjectTypeAndCreatedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [ProjectTypeCifUsersByProjectProjectTypeAndCreatedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Project`.""" +type ProjectTypeCifUsersByProjectProjectTypeAndCreatedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Project`.""" + projectsByCreatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +"""A connection to a list of `CifUser` values, with data from `Project`.""" +type ProjectTypeCifUsersByProjectProjectTypeAndUpdatedByManyToManyConnection { + """ + A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [ProjectTypeCifUsersByProjectProjectTypeAndUpdatedByManyToManyEdge!]! + + """A list of `CifUser` objects.""" + nodes: [CifUser]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `CifUser` you could get from the connection.""" + totalCount: Int! +} + +"""A `CifUser` edge in the connection, with data from `Project`.""" +type ProjectTypeCifUsersByProjectProjectTypeAndUpdatedByManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `CifUser` at the end of the edge.""" + node: CifUser + + """Reads and enables pagination through a set of `Project`.""" + projectsByUpdatedBy( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +""" +A condition to be used against `ProjectType` object types. All fields are tested +for equality and combined with a logical ‘and.’ +""" +input ProjectTypeCondition { + """Checks for equality with the object’s `archivedAt` field.""" + archivedAt: Datetime + + """Checks for equality with the object’s `archivedBy` field.""" + archivedBy: Int + + """Checks for equality with the object’s `createdAt` field.""" + createdAt: Datetime + + """Checks for equality with the object’s `createdBy` field.""" + createdBy: Int + + """Checks for equality with the object’s `name` field.""" + name: String + + """Checks for equality with the object’s `updatedAt` field.""" + updatedAt: Datetime + + """Checks for equality with the object’s `updatedBy` field.""" + updatedBy: Int +} + +""" +A filter to be used against `ProjectType` object types. All fields are combined with a logical ‘and.’ +""" +input ProjectTypeFilter { + """Checks for all expressions in this list.""" + and: [ProjectTypeFilter!] + + """Filter by the object’s `archivedAt` field.""" + archivedAt: DatetimeFilter + + """Filter by the object’s `archivedBy` field.""" + archivedBy: IntFilter + + """Filter by the object’s `cifUserByArchivedBy` relation.""" + cifUserByArchivedBy: CifUserFilter + + """A related `cifUserByArchivedBy` exists.""" + cifUserByArchivedByExists: Boolean + + """Filter by the object’s `cifUserByCreatedBy` relation.""" + cifUserByCreatedBy: CifUserFilter + + """A related `cifUserByCreatedBy` exists.""" + cifUserByCreatedByExists: Boolean + + """Filter by the object’s `cifUserByUpdatedBy` relation.""" + cifUserByUpdatedBy: CifUserFilter + + """A related `cifUserByUpdatedBy` exists.""" + cifUserByUpdatedByExists: Boolean + + """Filter by the object’s `createdAt` field.""" + createdAt: DatetimeFilter + + """Filter by the object’s `createdBy` field.""" + createdBy: IntFilter + + """Filter by the object’s `name` field.""" + name: StringFilter + + """Negates the expression.""" + not: ProjectTypeFilter + + """Checks for any expressions in this list.""" + or: [ProjectTypeFilter!] + + """Filter by the object’s `projectsByProjectType` relation.""" + projectsByProjectType: ProjectTypeToManyProjectFilter + + """Some related `projectsByProjectType` exist.""" + projectsByProjectTypeExist: Boolean + + """Filter by the object’s `updatedAt` field.""" + updatedAt: DatetimeFilter + + """Filter by the object’s `updatedBy` field.""" + updatedBy: IntFilter +} + +""" +A connection to a list of `FundingStreamRfp` values, with data from `Project`. +""" +type ProjectTypeFundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpIdManyToManyConnection { + """ + A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [ProjectTypeFundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpIdManyToManyEdge!]! + + """A list of `FundingStreamRfp` objects.""" + nodes: [FundingStreamRfp]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """ + The count of *all* `FundingStreamRfp` you could get from the connection. + """ + totalCount: Int! +} + +"""A `FundingStreamRfp` edge in the connection, with data from `Project`.""" +type ProjectTypeFundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpIdManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `FundingStreamRfp` at the end of the edge.""" + node: FundingStreamRfp + + """Reads and enables pagination through a set of `Project`.""" + projectsByFundingStreamRfpId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +"""An input for mutations affecting `ProjectType`""" +input ProjectTypeInput { + """archived at timestamp""" + archivedAt: Datetime + + """archived by user id""" + archivedBy: Int + + """created at timestamp""" + createdAt: Datetime + + """created by user id""" + createdBy: Int + + """The name of the project type as the primary key""" + name: String! + + """updated at timestamp""" + updatedAt: Datetime + + """updated by user id""" + updatedBy: Int +} + +"""A connection to a list of `Operator` values, with data from `Project`.""" +type ProjectTypeOperatorsByProjectProjectTypeAndOperatorIdManyToManyConnection { + """ + A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [ProjectTypeOperatorsByProjectProjectTypeAndOperatorIdManyToManyEdge!]! + + """A list of `Operator` objects.""" + nodes: [Operator]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `Operator` you could get from the connection.""" + totalCount: Int! +} + +"""A `Operator` edge in the connection, with data from `Project`.""" +type ProjectTypeOperatorsByProjectProjectTypeAndOperatorIdManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `Operator` at the end of the edge.""" + node: Operator + + """Reads and enables pagination through a set of `Project`.""" + projectsByOperatorId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +""" +Represents an update to a `ProjectType`. Fields that are set will be updated. +""" +input ProjectTypePatch { + """archived at timestamp""" + archivedAt: Datetime + + """archived by user id""" + archivedBy: Int + + """created at timestamp""" + createdAt: Datetime + + """created by user id""" + createdBy: Int + + """The name of the project type as the primary key""" + name: String + + """updated at timestamp""" + updatedAt: Datetime + + """updated by user id""" + updatedBy: Int +} + +""" +A connection to a list of `ProjectStatus` values, with data from `Project`. +""" +type ProjectTypeProjectStatusesByProjectProjectTypeAndProjectStatusIdManyToManyConnection { + """ + A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [ProjectTypeProjectStatusesByProjectProjectTypeAndProjectStatusIdManyToManyEdge!]! + + """A list of `ProjectStatus` objects.""" + nodes: [ProjectStatus]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `ProjectStatus` you could get from the connection.""" + totalCount: Int! +} + +"""A `ProjectStatus` edge in the connection, with data from `Project`.""" +type ProjectTypeProjectStatusesByProjectProjectTypeAndProjectStatusIdManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `ProjectStatus` at the end of the edge.""" + node: ProjectStatus + + """Reads and enables pagination through a set of `Project`.""" + projectsByProjectStatusId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +"""A connection to a list of `Sector` values, with data from `Project`.""" +type ProjectTypeSectorsByProjectProjectTypeAndSectorNameManyToManyConnection { + """ + A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [ProjectTypeSectorsByProjectProjectTypeAndSectorNameManyToManyEdge!]! + + """A list of `Sector` objects.""" + nodes: [Sector]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `Sector` you could get from the connection.""" + totalCount: Int! +} + +"""A `Sector` edge in the connection, with data from `Project`.""" +type ProjectTypeSectorsByProjectProjectTypeAndSectorNameManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `Sector` at the end of the edge.""" + node: Sector + + """Reads and enables pagination through a set of `Project`.""" + projectsBySectorName( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +""" +A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’ +""" +input ProjectTypeToManyProjectFilter { + """ + Every related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’ + """ + every: ProjectFilter + + """ + No related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’ + """ + none: ProjectFilter + + """ + Some related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’ + """ + some: ProjectFilter +} + +"""A connection to a list of `ProjectType` values.""" +type ProjectTypesConnection { + """ + A list of edges which contains the `ProjectType` and cursor to aid in pagination. + """ + edges: [ProjectTypesEdge!]! + + """A list of `ProjectType` objects.""" + nodes: [ProjectType]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `ProjectType` you could get from the connection.""" + totalCount: Int! +} + +"""A `ProjectType` edge in the connection.""" +type ProjectTypesEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `ProjectType` at the end of the edge.""" + node: ProjectType +} + +"""Methods to use when ordering `ProjectType`.""" +enum ProjectTypesOrderBy { + ARCHIVED_AT_ASC + ARCHIVED_AT_DESC + ARCHIVED_BY_ASC + ARCHIVED_BY_DESC + CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC + CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC + CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC + CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC + CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC + CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC + CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC + CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC + CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC + CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC + CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC + CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC + CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC + CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC + CIF_USER_BY_ARCHIVED_BY__ID_ASC + CIF_USER_BY_ARCHIVED_BY__ID_DESC + CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC + CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC + CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC + CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC + CIF_USER_BY_ARCHIVED_BY__UUID_ASC + CIF_USER_BY_ARCHIVED_BY__UUID_DESC + CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC + CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC + CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC + CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC + CIF_USER_BY_CREATED_BY__CREATED_AT_ASC + CIF_USER_BY_CREATED_BY__CREATED_AT_DESC + CIF_USER_BY_CREATED_BY__CREATED_BY_ASC + CIF_USER_BY_CREATED_BY__CREATED_BY_DESC + CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC + CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC + CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC + CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC + CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC + CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC + CIF_USER_BY_CREATED_BY__ID_ASC + CIF_USER_BY_CREATED_BY__ID_DESC + CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC + CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC + CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC + CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC + CIF_USER_BY_CREATED_BY__UUID_ASC + CIF_USER_BY_CREATED_BY__UUID_DESC + CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC + CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC + CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC + CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC + CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC + CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC + CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC + CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC + CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC + CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC + CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC + CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC + CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC + CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC + CIF_USER_BY_UPDATED_BY__ID_ASC + CIF_USER_BY_UPDATED_BY__ID_DESC + CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC + CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC + CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC + CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC + CIF_USER_BY_UPDATED_BY__UUID_ASC + CIF_USER_BY_UPDATED_BY__UUID_DESC + CREATED_AT_ASC + CREATED_AT_DESC + CREATED_BY_ASC + CREATED_BY_DESC + NAME_ASC + NAME_DESC + NATURAL + PRIMARY_KEY_ASC + PRIMARY_KEY_DESC + PROJECTS_BY_PROJECT_TYPE__COUNT_ASC + PROJECTS_BY_PROJECT_TYPE__COUNT_DESC + UPDATED_AT_ASC + UPDATED_AT_DESC + UPDATED_BY_ASC + UPDATED_BY_DESC +} + """A connection to a list of `Project` values.""" type ProjectsConnection { """ @@ -46527,10 +49234,28 @@ enum ProjectsOrderBy { PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_BY_DESC PROJECT_STATUS_ID_ASC PROJECT_STATUS_ID_DESC + PROJECT_TYPE_ASC + PROJECT_TYPE_BY_PROJECT_TYPE__ARCHIVED_AT_ASC + PROJECT_TYPE_BY_PROJECT_TYPE__ARCHIVED_AT_DESC + PROJECT_TYPE_BY_PROJECT_TYPE__ARCHIVED_BY_ASC + PROJECT_TYPE_BY_PROJECT_TYPE__ARCHIVED_BY_DESC + PROJECT_TYPE_BY_PROJECT_TYPE__CREATED_AT_ASC + PROJECT_TYPE_BY_PROJECT_TYPE__CREATED_AT_DESC + PROJECT_TYPE_BY_PROJECT_TYPE__CREATED_BY_ASC + PROJECT_TYPE_BY_PROJECT_TYPE__CREATED_BY_DESC + PROJECT_TYPE_BY_PROJECT_TYPE__NAME_ASC + PROJECT_TYPE_BY_PROJECT_TYPE__NAME_DESC + PROJECT_TYPE_BY_PROJECT_TYPE__UPDATED_AT_ASC + PROJECT_TYPE_BY_PROJECT_TYPE__UPDATED_AT_DESC + PROJECT_TYPE_BY_PROJECT_TYPE__UPDATED_BY_ASC + PROJECT_TYPE_BY_PROJECT_TYPE__UPDATED_BY_DESC + PROJECT_TYPE_DESC PROPOSAL_REFERENCE_ASC PROPOSAL_REFERENCE_DESC REPORTING_REQUIREMENTS_BY_PROJECT_ID__COUNT_ASC REPORTING_REQUIREMENTS_BY_PROJECT_ID__COUNT_DESC + SCORE_ASC + SCORE_DESC SECTOR_BY_SECTOR_NAME__ARCHIVED_AT_ASC SECTOR_BY_SECTOR_NAME__ARCHIVED_AT_DESC SECTOR_BY_SECTOR_NAME__ARCHIVED_BY_ASC @@ -47296,6 +50021,45 @@ type Query implements Node { orderBy: [ProjectStatusesOrderBy!] = [PRIMARY_KEY_ASC] ): ProjectStatusesConnection + """Reads and enables pagination through a set of `ProjectType`.""" + allProjectTypes( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesConnection + """Reads and enables pagination through a set of `Project`.""" allProjects( """Read all values in the set after (below) this cursor.""" @@ -47685,6 +50449,15 @@ type Query implements Node { ): ProjectStatus projectStatusByRowId(rowId: Int!): ProjectStatus + """Reads a single `ProjectType` using its globally unique `ID`.""" + projectType( + """ + The globally unique `ID` to be used in selecting a single `ProjectType`. + """ + id: ID! + ): ProjectType + projectTypeByName(name: String!): ProjectType + """ Exposes the root query type nested one level down. This is helpful for Relay 1 which can only query top level fields if they are in a particular form. @@ -50059,8 +52832,12 @@ enum ReportingRequirementsOrderBy { PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC + PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC + PROJECT_BY_PROJECT_ID__SCORE_ASC + PROJECT_BY_PROJECT_ID__SCORE_DESC PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC PROJECT_BY_PROJECT_ID__SUMMARY_ASC @@ -50367,6 +53144,45 @@ type Sector implements Node { orderBy: [ProjectStatusesOrderBy!] = [PRIMARY_KEY_ASC] ): SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyConnection! + """Reads and enables pagination through a set of `ProjectType`.""" + projectTypesByProjectSectorNameAndProjectType( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectTypeCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectTypeFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): SectorProjectTypesByProjectSectorNameAndProjectTypeManyToManyConnection! + """Reads and enables pagination through a set of `Project`.""" projectsBySectorName( """Read all values in the set after (below) this cursor.""" @@ -50612,161 +53428,252 @@ type SectorCifUsersByProjectSectorNameAndUpdatedByManyToManyEdge { } """ -A condition to be used against `Sector` object types. All fields are tested for equality and combined with a logical ‘and.’ -""" -input SectorCondition { - """Checks for equality with the object’s `archivedAt` field.""" - archivedAt: Datetime - - """Checks for equality with the object’s `archivedBy` field.""" - archivedBy: Int - - """Checks for equality with the object’s `createdAt` field.""" - createdAt: Datetime - - """Checks for equality with the object’s `createdBy` field.""" - createdBy: Int - - """Checks for equality with the object’s `sectorName` field.""" - sectorName: String - - """Checks for equality with the object’s `updatedAt` field.""" - updatedAt: Datetime - - """Checks for equality with the object’s `updatedBy` field.""" - updatedBy: Int -} - -""" -A filter to be used against `Sector` object types. All fields are combined with a logical ‘and.’ -""" -input SectorFilter { - """Checks for all expressions in this list.""" - and: [SectorFilter!] - - """Filter by the object’s `archivedAt` field.""" - archivedAt: DatetimeFilter - - """Filter by the object’s `archivedBy` field.""" - archivedBy: IntFilter - - """Filter by the object’s `cifUserByArchivedBy` relation.""" - cifUserByArchivedBy: CifUserFilter - - """A related `cifUserByArchivedBy` exists.""" - cifUserByArchivedByExists: Boolean - - """Filter by the object’s `cifUserByCreatedBy` relation.""" - cifUserByCreatedBy: CifUserFilter - - """A related `cifUserByCreatedBy` exists.""" - cifUserByCreatedByExists: Boolean - - """Filter by the object’s `cifUserByUpdatedBy` relation.""" - cifUserByUpdatedBy: CifUserFilter - - """A related `cifUserByUpdatedBy` exists.""" - cifUserByUpdatedByExists: Boolean - - """Filter by the object’s `createdAt` field.""" - createdAt: DatetimeFilter - - """Filter by the object’s `createdBy` field.""" - createdBy: IntFilter - - """Negates the expression.""" - not: SectorFilter - - """Checks for any expressions in this list.""" - or: [SectorFilter!] - - """Filter by the object’s `projectsBySectorName` relation.""" - projectsBySectorName: SectorToManyProjectFilter - - """Some related `projectsBySectorName` exist.""" - projectsBySectorNameExist: Boolean - - """Filter by the object’s `sectorName` field.""" - sectorName: StringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: DatetimeFilter - - """Filter by the object’s `updatedBy` field.""" - updatedBy: IntFilter -} - -""" -A connection to a list of `FundingStreamRfp` values, with data from `Project`. +A condition to be used against `Sector` object types. All fields are tested for equality and combined with a logical ‘and.’ +""" +input SectorCondition { + """Checks for equality with the object’s `archivedAt` field.""" + archivedAt: Datetime + + """Checks for equality with the object’s `archivedBy` field.""" + archivedBy: Int + + """Checks for equality with the object’s `createdAt` field.""" + createdAt: Datetime + + """Checks for equality with the object’s `createdBy` field.""" + createdBy: Int + + """Checks for equality with the object’s `sectorName` field.""" + sectorName: String + + """Checks for equality with the object’s `updatedAt` field.""" + updatedAt: Datetime + + """Checks for equality with the object’s `updatedBy` field.""" + updatedBy: Int +} + +""" +A filter to be used against `Sector` object types. All fields are combined with a logical ‘and.’ +""" +input SectorFilter { + """Checks for all expressions in this list.""" + and: [SectorFilter!] + + """Filter by the object’s `archivedAt` field.""" + archivedAt: DatetimeFilter + + """Filter by the object’s `archivedBy` field.""" + archivedBy: IntFilter + + """Filter by the object’s `cifUserByArchivedBy` relation.""" + cifUserByArchivedBy: CifUserFilter + + """A related `cifUserByArchivedBy` exists.""" + cifUserByArchivedByExists: Boolean + + """Filter by the object’s `cifUserByCreatedBy` relation.""" + cifUserByCreatedBy: CifUserFilter + + """A related `cifUserByCreatedBy` exists.""" + cifUserByCreatedByExists: Boolean + + """Filter by the object’s `cifUserByUpdatedBy` relation.""" + cifUserByUpdatedBy: CifUserFilter + + """A related `cifUserByUpdatedBy` exists.""" + cifUserByUpdatedByExists: Boolean + + """Filter by the object’s `createdAt` field.""" + createdAt: DatetimeFilter + + """Filter by the object’s `createdBy` field.""" + createdBy: IntFilter + + """Negates the expression.""" + not: SectorFilter + + """Checks for any expressions in this list.""" + or: [SectorFilter!] + + """Filter by the object’s `projectsBySectorName` relation.""" + projectsBySectorName: SectorToManyProjectFilter + + """Some related `projectsBySectorName` exist.""" + projectsBySectorNameExist: Boolean + + """Filter by the object’s `sectorName` field.""" + sectorName: StringFilter + + """Filter by the object’s `updatedAt` field.""" + updatedAt: DatetimeFilter + + """Filter by the object’s `updatedBy` field.""" + updatedBy: IntFilter +} + +""" +A connection to a list of `FundingStreamRfp` values, with data from `Project`. +""" +type SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyConnection { + """ + A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyEdge!]! + + """A list of `FundingStreamRfp` objects.""" + nodes: [FundingStreamRfp]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """ + The count of *all* `FundingStreamRfp` you could get from the connection. + """ + totalCount: Int! +} + +"""A `FundingStreamRfp` edge in the connection, with data from `Project`.""" +type SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `FundingStreamRfp` at the end of the edge.""" + node: FundingStreamRfp + + """Reads and enables pagination through a set of `Project`.""" + projectsByFundingStreamRfpId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +"""An input for mutations affecting `Sector`""" +input SectorInput { + """archived at timestamp""" + archivedAt: Datetime + + """archived by user id""" + archivedBy: Int + + """created at timestamp""" + createdAt: Datetime + + """created by user id""" + createdBy: Int + + """The name of the sector as the primary key""" + sectorName: String! + + """updated at timestamp""" + updatedAt: Datetime + + """updated by user id""" + updatedBy: Int +} + +"""A connection to a list of `Operator` values, with data from `Project`.""" +type SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyConnection { + """ + A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination. + """ + edges: [SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge!]! + + """A list of `Operator` objects.""" + nodes: [Operator]! + + """Information to aid in pagination.""" + pageInfo: PageInfo! + + """The count of *all* `Operator` you could get from the connection.""" + totalCount: Int! +} + +"""A `Operator` edge in the connection, with data from `Project`.""" +type SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge { + """A cursor for use in pagination.""" + cursor: Cursor + + """The `Operator` at the end of the edge.""" + node: Operator + + """Reads and enables pagination through a set of `Project`.""" + projectsByOperatorId( + """Read all values in the set after (below) this cursor.""" + after: Cursor + + """Read all values in the set before (above) this cursor.""" + before: Cursor + + """ + A condition to be used in determining which values should be returned by the collection. + """ + condition: ProjectCondition + + """ + A filter to be used in determining which values should be returned by the collection. + """ + filter: ProjectFilter + + """Only read the first `n` values of the set.""" + first: Int + + """ + Indicates whether archived items should be included in the results or not. + """ + includeArchived: IncludeArchivedOption = NO + + """Only read the last `n` values of the set.""" + last: Int + + """ + Skip the first `n` values from our `after` cursor, an alternative to cursor + based pagination. May not be used with `last`. + """ + offset: Int + + """The method to use when ordering `Project`.""" + orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectsConnection! +} + +""" +Represents an update to a `Sector`. Fields that are set will be updated. """ -type SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyConnection { - """ - A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination. - """ - edges: [SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyEdge!]! - - """A list of `FundingStreamRfp` objects.""" - nodes: [FundingStreamRfp]! - - """Information to aid in pagination.""" - pageInfo: PageInfo! - - """ - The count of *all* `FundingStreamRfp` you could get from the connection. - """ - totalCount: Int! -} - -"""A `FundingStreamRfp` edge in the connection, with data from `Project`.""" -type SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyEdge { - """A cursor for use in pagination.""" - cursor: Cursor - - """The `FundingStreamRfp` at the end of the edge.""" - node: FundingStreamRfp - - """Reads and enables pagination through a set of `Project`.""" - projectsByFundingStreamRfpId( - """Read all values in the set after (below) this cursor.""" - after: Cursor - - """Read all values in the set before (above) this cursor.""" - before: Cursor - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ProjectCondition - - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ProjectFilter - - """Only read the first `n` values of the set.""" - first: Int - - """ - Indicates whether archived items should be included in the results or not. - """ - includeArchived: IncludeArchivedOption = NO - - """Only read the last `n` values of the set.""" - last: Int - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor - based pagination. May not be used with `last`. - """ - offset: Int - - """The method to use when ordering `Project`.""" - orderBy: [ProjectsOrderBy!] = [PRIMARY_KEY_ASC] - ): ProjectsConnection! -} - -"""An input for mutations affecting `Sector`""" -input SectorInput { +input SectorPatch { """archived at timestamp""" archivedAt: Datetime @@ -50780,7 +53687,7 @@ input SectorInput { createdBy: Int """The name of the sector as the primary key""" - sectorName: String! + sectorName: String """updated at timestamp""" updatedAt: Datetime @@ -50789,33 +53696,35 @@ input SectorInput { updatedBy: Int } -"""A connection to a list of `Operator` values, with data from `Project`.""" -type SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyConnection { +""" +A connection to a list of `ProjectStatus` values, with data from `Project`. +""" +type SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyConnection { """ - A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination. + A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination. """ - edges: [SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge!]! + edges: [SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyEdge!]! - """A list of `Operator` objects.""" - nodes: [Operator]! + """A list of `ProjectStatus` objects.""" + nodes: [ProjectStatus]! """Information to aid in pagination.""" pageInfo: PageInfo! - """The count of *all* `Operator` you could get from the connection.""" + """The count of *all* `ProjectStatus` you could get from the connection.""" totalCount: Int! } -"""A `Operator` edge in the connection, with data from `Project`.""" -type SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge { +"""A `ProjectStatus` edge in the connection, with data from `Project`.""" +type SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor - """The `Operator` at the end of the edge.""" - node: Operator + """The `ProjectStatus` at the end of the edge.""" + node: ProjectStatus """Reads and enables pagination through a set of `Project`.""" - projectsByOperatorId( + projectsByProjectStatusId( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -50855,60 +53764,34 @@ type SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge { } """ -Represents an update to a `Sector`. Fields that are set will be updated. -""" -input SectorPatch { - """archived at timestamp""" - archivedAt: Datetime - - """archived by user id""" - archivedBy: Int - - """created at timestamp""" - createdAt: Datetime - - """created by user id""" - createdBy: Int - - """The name of the sector as the primary key""" - sectorName: String - - """updated at timestamp""" - updatedAt: Datetime - - """updated by user id""" - updatedBy: Int -} - -""" -A connection to a list of `ProjectStatus` values, with data from `Project`. +A connection to a list of `ProjectType` values, with data from `Project`. """ -type SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyConnection { +type SectorProjectTypesByProjectSectorNameAndProjectTypeManyToManyConnection { """ - A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination. + A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination. """ - edges: [SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyEdge!]! + edges: [SectorProjectTypesByProjectSectorNameAndProjectTypeManyToManyEdge!]! - """A list of `ProjectStatus` objects.""" - nodes: [ProjectStatus]! + """A list of `ProjectType` objects.""" + nodes: [ProjectType]! """Information to aid in pagination.""" pageInfo: PageInfo! - """The count of *all* `ProjectStatus` you could get from the connection.""" + """The count of *all* `ProjectType` you could get from the connection.""" totalCount: Int! } -"""A `ProjectStatus` edge in the connection, with data from `Project`.""" -type SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyEdge { +"""A `ProjectType` edge in the connection, with data from `Project`.""" +type SectorProjectTypesByProjectSectorNameAndProjectTypeManyToManyEdge { """A cursor for use in pagination.""" cursor: Cursor - """The `ProjectStatus` at the end of the edge.""" - node: ProjectStatus + """The `ProjectType` at the end of the edge.""" + node: ProjectType """Reads and enables pagination through a set of `Project`.""" - projectsByProjectStatusId( + projectsByProjectType( """Read all values in the set after (below) this cursor.""" after: Cursor @@ -52618,6 +55501,74 @@ type UpdateProjectStatusPayload { query: Query } +"""All input for the `updateProjectTypeByName` mutation.""" +input UpdateProjectTypeByNameInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + + """The name of the project type as the primary key""" + name: String! + + """ + An object where the defined keys will be set on the `ProjectType` being updated. + """ + projectTypePatch: ProjectTypePatch! +} + +"""All input for the `updateProjectType` mutation.""" +input UpdateProjectTypeInput { + """ + An arbitrary string value with no semantic meaning. Will be included in the + payload verbatim. May be used to track mutations by the client. + """ + clientMutationId: String + + """ + The globally unique `ID` which will identify a single `ProjectType` to be updated. + """ + id: ID! + + """ + An object where the defined keys will be set on the `ProjectType` being updated. + """ + projectTypePatch: ProjectTypePatch! +} + +"""The output of our update `ProjectType` mutation.""" +type UpdateProjectTypePayload { + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByArchivedBy: CifUser + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByCreatedBy: CifUser + + """Reads a single `CifUser` that is related to this `ProjectType`.""" + cifUserByUpdatedBy: CifUser + + """ + The exact same `clientMutationId` that was provided in the mutation input, + unchanged and unused. May be used by a client to track mutations. + """ + clientMutationId: String + + """The `ProjectType` that was updated by this mutation.""" + projectType: ProjectType + + """An edge for our `ProjectType`. May be used by Relay 1.""" + projectTypeEdge( + """The method to use when ordering `ProjectType`.""" + orderBy: [ProjectTypesOrderBy!] = [PRIMARY_KEY_ASC] + ): ProjectTypesEdge + + """ + Our root query field type. Allows us to run any query from our mutation payload. + """ + query: Query +} + """All input for the `updateReportTypeByName` mutation.""" input UpdateReportTypeByNameInput { """ diff --git a/app/schema/schema.json b/app/schema/schema.json index 12b85e2379..2f578b83b3 100644 --- a/app/schema/schema.json +++ b/app/schema/schema.json @@ -2189,6 +2189,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", "description": null, @@ -2201,6 +2213,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "PROJECT_BY_PROJECT_ID__SCORE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SCORE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", "description": null, @@ -21588,7 +21612,7 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectUpdatedByAndArchivedBy", + "name": "cifUsersByProjectTypeArchivedByAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -21695,7 +21719,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByProjectTypeArchivedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -21703,7 +21727,7 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectUpdatedByAndCreatedBy", + "name": "cifUsersByProjectTypeArchivedByAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -21810,7 +21834,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByProjectTypeArchivedByAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -21818,7 +21842,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportTypeArchivedByAndCreatedBy", + "name": "cifUsersByProjectTypeCreatedByAndArchivedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -21925,7 +21949,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByProjectTypeCreatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -21933,7 +21957,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportTypeArchivedByAndUpdatedBy", + "name": "cifUsersByProjectTypeCreatedByAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22040,7 +22064,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection", + "name": "CifUserCifUsersByProjectTypeCreatedByAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -22048,7 +22072,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportTypeCreatedByAndArchivedBy", + "name": "cifUsersByProjectTypeUpdatedByAndArchivedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22155,7 +22179,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByProjectTypeUpdatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -22163,7 +22187,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportTypeCreatedByAndUpdatedBy", + "name": "cifUsersByProjectTypeUpdatedByAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22270,7 +22294,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection", + "name": "CifUserCifUsersByProjectTypeUpdatedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -22278,7 +22302,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportTypeUpdatedByAndArchivedBy", + "name": "cifUsersByProjectUpdatedByAndArchivedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22385,7 +22409,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -22393,7 +22417,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportTypeUpdatedByAndCreatedBy", + "name": "cifUsersByProjectUpdatedByAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22500,7 +22524,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -22508,7 +22532,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportingRequirementArchivedByAndCreatedBy", + "name": "cifUsersByReportTypeArchivedByAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22615,7 +22639,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -22623,7 +22647,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportingRequirementArchivedByAndUpdatedBy", + "name": "cifUsersByReportTypeArchivedByAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22730,7 +22754,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnection", + "name": "CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -22738,7 +22762,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportingRequirementCreatedByAndArchivedBy", + "name": "cifUsersByReportTypeCreatedByAndArchivedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22845,7 +22869,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -22853,7 +22877,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportingRequirementCreatedByAndUpdatedBy", + "name": "cifUsersByReportTypeCreatedByAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -22960,7 +22984,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnection", + "name": "CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -22968,7 +22992,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportingRequirementUpdatedByAndArchivedBy", + "name": "cifUsersByReportTypeUpdatedByAndArchivedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23075,7 +23099,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -23083,7 +23107,7 @@ "deprecationReason": null }, { - "name": "cifUsersByReportingRequirementUpdatedByAndCreatedBy", + "name": "cifUsersByReportTypeUpdatedByAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23190,7 +23214,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -23198,7 +23222,7 @@ "deprecationReason": null }, { - "name": "cifUsersBySectorArchivedByAndCreatedBy", + "name": "cifUsersByReportingRequirementArchivedByAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23305,7 +23329,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -23313,7 +23337,7 @@ "deprecationReason": null }, { - "name": "cifUsersBySectorArchivedByAndUpdatedBy", + "name": "cifUsersByReportingRequirementArchivedByAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23420,7 +23444,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection", + "name": "CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -23428,7 +23452,7 @@ "deprecationReason": null }, { - "name": "cifUsersBySectorCreatedByAndArchivedBy", + "name": "cifUsersByReportingRequirementCreatedByAndArchivedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23535,7 +23559,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -23543,7 +23567,7 @@ "deprecationReason": null }, { - "name": "cifUsersBySectorCreatedByAndUpdatedBy", + "name": "cifUsersByReportingRequirementCreatedByAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23650,7 +23674,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection", + "name": "CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -23658,7 +23682,7 @@ "deprecationReason": null }, { - "name": "cifUsersBySectorUpdatedByAndArchivedBy", + "name": "cifUsersByReportingRequirementUpdatedByAndArchivedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23765,7 +23789,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -23773,7 +23797,7 @@ "deprecationReason": null }, { - "name": "cifUsersBySectorUpdatedByAndCreatedBy", + "name": "cifUsersByReportingRequirementUpdatedByAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23880,7 +23904,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -23888,7 +23912,7 @@ "deprecationReason": null }, { - "name": "cifUsersByUpdatedBy", + "name": "cifUsersBySectorArchivedByAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -23949,7 +23973,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -23995,122 +24019,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUsersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "contactsByArchivedBy", - "description": "Reads and enables pagination through a set of `Contact`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContactCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Contact`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContactsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContactsConnection", + "name": "CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -24118,8 +24027,8 @@ "deprecationReason": null }, { - "name": "contactsByCreatedBy", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "cifUsersBySectorArchivedByAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -24146,7 +24055,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -24156,7 +24065,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -24179,7 +24088,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -24203,7 +24112,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -24212,7 +24121,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -24225,7 +24134,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactsConnection", + "name": "CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -24233,8 +24142,8 @@ "deprecationReason": null }, { - "name": "contactsByProjectContactArchivedByAndContactId", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "cifUsersBySectorCreatedByAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -24261,7 +24170,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -24271,7 +24180,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -24318,7 +24227,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -24327,7 +24236,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -24340,7 +24249,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactArchivedByAndContactIdManyToManyConnection", + "name": "CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -24348,8 +24257,8 @@ "deprecationReason": null }, { - "name": "contactsByProjectContactCreatedByAndContactId", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "cifUsersBySectorCreatedByAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -24376,7 +24285,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -24386,7 +24295,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -24433,7 +24342,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -24442,7 +24351,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -24455,7 +24364,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactCreatedByAndContactIdManyToManyConnection", + "name": "CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -24463,8 +24372,8 @@ "deprecationReason": null }, { - "name": "contactsByProjectContactUpdatedByAndContactId", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "cifUsersBySectorUpdatedByAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -24491,7 +24400,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -24501,7 +24410,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -24548,7 +24457,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -24557,7 +24466,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -24570,7 +24479,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactUpdatedByAndContactIdManyToManyConnection", + "name": "CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection", "ofType": null } }, @@ -24578,8 +24487,8 @@ "deprecationReason": null }, { - "name": "contactsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "cifUsersBySectorUpdatedByAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -24606,7 +24515,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -24616,7 +24525,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -24639,7 +24548,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -24663,7 +24572,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -24672,7 +24581,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -24685,23 +24594,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", + "name": "CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyConnection", "ofType": null } }, @@ -24709,32 +24602,8 @@ "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emailAddress", - "description": "User's email address", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityPaymentPercentsByArchivedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "cifUsersByUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -24761,7 +24630,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -24771,7 +24640,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -24818,7 +24687,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -24827,7 +24696,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -24840,7 +24709,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "CifUsersConnection", "ofType": null } }, @@ -24848,8 +24717,8 @@ "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercentsByCreatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "contactsByArchivedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -24876,7 +24745,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -24886,7 +24755,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -24933,7 +24802,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -24942,7 +24811,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -24955,7 +24824,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "ContactsConnection", "ofType": null } }, @@ -24963,8 +24832,8 @@ "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "contactsByCreatedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -24991,7 +24860,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -25001,7 +24870,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -25048,7 +24917,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -25057,7 +24926,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -25070,7 +24939,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "ContactsConnection", "ofType": null } }, @@ -25078,8 +24947,8 @@ "deprecationReason": null }, { - "name": "emissionIntensityReportsByArchivedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "contactsByProjectContactArchivedByAndContactId", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -25106,7 +24975,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -25116,7 +24985,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -25139,7 +25008,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -25163,7 +25032,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -25172,7 +25041,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -25185,7 +25054,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "CifUserContactsByProjectContactArchivedByAndContactIdManyToManyConnection", "ofType": null } }, @@ -25193,8 +25062,8 @@ "deprecationReason": null }, { - "name": "emissionIntensityReportsByCreatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "contactsByProjectContactCreatedByAndContactId", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -25221,7 +25090,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -25231,7 +25100,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -25254,7 +25123,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -25278,7 +25147,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -25287,7 +25156,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -25300,7 +25169,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "CifUserContactsByProjectContactCreatedByAndContactIdManyToManyConnection", "ofType": null } }, @@ -25308,8 +25177,8 @@ "deprecationReason": null }, { - "name": "emissionIntensityReportsByUpdatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "contactsByProjectContactUpdatedByAndContactId", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -25336,7 +25205,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -25346,7 +25215,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -25369,7 +25238,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -25393,7 +25262,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -25402,7 +25271,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -25415,7 +25284,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "CifUserContactsByProjectContactUpdatedByAndContactIdManyToManyConnection", "ofType": null } }, @@ -25423,20 +25292,8 @@ "deprecationReason": null }, { - "name": "familyName", - "description": "User's last name", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formChangesByCreatedBy", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "contactsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -25463,7 +25320,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -25473,7 +25330,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -25488,6 +25345,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -25510,7 +25377,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -25519,7 +25386,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -25532,7 +25399,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "ContactsConnection", "ofType": null } }, @@ -25540,8 +25407,48 @@ "deprecationReason": null }, { - "name": "formChangesByFormChangeCreatedByAndPreviousFormChangeId", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "emailAddress", + "description": "User's email address", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "emissionIntensityPaymentPercentsByArchivedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -25568,7 +25475,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -25578,7 +25485,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -25593,6 +25500,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -25615,7 +25532,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -25624,7 +25541,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -25637,7 +25554,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFormChangesByFormChangeCreatedByAndPreviousFormChangeIdManyToManyConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -25645,8 +25562,8 @@ "deprecationReason": null }, { - "name": "formChangesByFormChangeUpdatedByAndPreviousFormChangeId", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "emissionIntensityPaymentPercentsByCreatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -25673,7 +25590,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -25683,7 +25600,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -25698,6 +25615,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -25720,7 +25647,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -25729,7 +25656,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -25742,7 +25669,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFormChangesByFormChangeUpdatedByAndPreviousFormChangeIdManyToManyConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -25750,8 +25677,8 @@ "deprecationReason": null }, { - "name": "formChangesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "emissionIntensityPaymentPercentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -25778,7 +25705,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -25788,7 +25715,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -25803,6 +25730,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -25825,7 +25762,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -25834,7 +25771,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -25847,7 +25784,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -25855,20 +25792,8 @@ "deprecationReason": null }, { - "name": "fullName", - "description": "Displays a cif_user as: family_name, given_name", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingParametersByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityReportsByArchivedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -25895,7 +25820,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -25905,7 +25830,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -25952,7 +25877,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -25961,7 +25886,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -25974,7 +25899,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -25982,8 +25907,8 @@ "deprecationReason": null }, { - "name": "fundingParametersByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityReportsByCreatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -26010,7 +25935,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -26020,7 +25945,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -26067,7 +25992,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -26076,7 +26001,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -26089,7 +26014,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -26097,8 +26022,8 @@ "deprecationReason": null }, { - "name": "fundingParametersByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityReportsByUpdatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -26125,7 +26050,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -26135,7 +26060,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -26182,7 +26107,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -26191,7 +26116,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -26204,7 +26129,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -26212,8 +26137,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "familyName", + "description": "User's last name", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByCreatedBy", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -26240,7 +26177,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -26250,7 +26187,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -26265,16 +26202,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -26297,7 +26224,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -26306,7 +26233,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -26319,7 +26246,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FormChangesConnection", "ofType": null } }, @@ -26327,8 +26254,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "formChangesByFormChangeCreatedByAndPreviousFormChangeId", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -26355,7 +26282,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -26365,7 +26292,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -26381,14 +26308,109 @@ "defaultValue": null }, { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", + "name": "last", + "description": "Only read the last `n` values of the set.", "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FormChange`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserFormChangesByFormChangeCreatedByAndPreviousFormChangeIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByFormChangeUpdatedByAndPreviousFormChangeId", + "description": "Reads and enables pagination through a set of `FormChange`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { "name": "last", @@ -26412,7 +26434,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -26421,7 +26443,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -26434,7 +26456,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "CifUserFormChangesByFormChangeUpdatedByAndPreviousFormChangeIdManyToManyConnection", "ofType": null } }, @@ -26442,8 +26464,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "formChangesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -26470,7 +26492,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -26480,7 +26502,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -26495,16 +26517,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -26527,7 +26539,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -26536,7 +26548,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -26549,7 +26561,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FormChangesConnection", "ofType": null } }, @@ -26557,123 +26569,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "fullName", + "description": "Displays a cif_user as: family_name, given_name", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpsByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "fundingParametersByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -26700,7 +26609,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -26710,7 +26619,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -26757,7 +26666,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -26766,7 +26675,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -26779,7 +26688,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -26787,8 +26696,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "fundingParametersByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -26815,7 +26724,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -26825,7 +26734,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -26848,7 +26757,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -26872,7 +26781,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -26881,7 +26790,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -26894,7 +26803,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpIdManyToManyConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -26902,8 +26811,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "fundingParametersByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -26930,7 +26839,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -26940,7 +26849,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -26963,7 +26872,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -26987,7 +26896,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -26996,7 +26905,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -27009,7 +26918,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpIdManyToManyConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -27017,8 +26926,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "fundingStreamRfpProjectStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -27045,7 +26954,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -27055,7 +26964,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -27078,7 +26987,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -27102,7 +27011,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -27111,7 +27020,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -27124,7 +27033,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpIdManyToManyConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, @@ -27132,8 +27041,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByProjectArchivedByAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "fundingStreamRfpProjectStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -27160,7 +27069,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -27170,7 +27079,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -27193,7 +27102,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -27217,7 +27126,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -27226,7 +27135,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -27239,7 +27148,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectArchivedByAndFundingStreamRfpIdManyToManyConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, @@ -27247,8 +27156,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByProjectCreatedByAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "fundingStreamRfpProjectStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -27275,7 +27184,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -27285,7 +27194,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -27308,7 +27217,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -27332,7 +27241,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -27341,7 +27250,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -27354,7 +27263,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectCreatedByAndFundingStreamRfpIdManyToManyConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, @@ -27362,7 +27271,7 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpId", + "name": "fundingStreamRfpsByArchivedBy", "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { @@ -27423,7 +27332,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -27469,7 +27378,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpIdManyToManyConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -27477,7 +27386,7 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByUpdatedBy", + "name": "fundingStreamRfpsByCreatedBy", "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { @@ -27592,8 +27501,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "fundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -27620,7 +27529,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -27630,7 +27539,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -27653,7 +27562,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -27677,7 +27586,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -27686,7 +27595,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -27699,7 +27608,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamsConnection", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -27707,8 +27616,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "fundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -27735,7 +27644,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -27745,7 +27654,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -27768,7 +27677,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -27792,7 +27701,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -27801,7 +27710,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -27814,7 +27723,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamsConnection", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -27822,8 +27731,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByFundingStreamRfpArchivedByAndFundingStreamId", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "fundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -27850,7 +27759,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -27860,7 +27769,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -27907,7 +27816,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -27916,7 +27825,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -27929,7 +27838,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpArchivedByAndFundingStreamIdManyToManyConnection", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -27937,8 +27846,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByFundingStreamRfpCreatedByAndFundingStreamId", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "fundingStreamRfpsByProjectArchivedByAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -27965,7 +27874,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -27975,7 +27884,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -28022,7 +27931,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -28031,7 +27940,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -28044,7 +27953,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpCreatedByAndFundingStreamIdManyToManyConnection", + "name": "CifUserFundingStreamRfpsByProjectArchivedByAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -28052,8 +27961,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamId", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "fundingStreamRfpsByProjectCreatedByAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -28080,7 +27989,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -28090,7 +27999,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -28137,7 +28046,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -28146,7 +28055,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -28159,7 +28068,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamIdManyToManyConnection", + "name": "CifUserFundingStreamRfpsByProjectCreatedByAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -28167,8 +28076,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "fundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -28195,7 +28104,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -28205,7 +28114,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -28228,7 +28137,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -28252,7 +28161,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -28261,7 +28170,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -28274,7 +28183,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamsConnection", + "name": "CifUserFundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -28282,27 +28191,114 @@ "deprecationReason": null }, { - "name": "givenName", - "description": "User's first name", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "name": "fundingStreamRfpsByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfp`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -28310,8 +28306,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByArchivedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamsByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -28338,7 +28334,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -28348,7 +28344,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -28395,7 +28391,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -28404,7 +28400,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -28417,7 +28413,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingStreamsConnection", "ofType": null } }, @@ -28425,8 +28421,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByCreatedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamsByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -28453,7 +28449,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -28463,7 +28459,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -28510,7 +28506,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -28519,7 +28515,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -28532,7 +28528,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingStreamsConnection", "ofType": null } }, @@ -28540,8 +28536,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByUpdatedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamsByFundingStreamRfpArchivedByAndFundingStreamId", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -28568,7 +28564,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -28578,7 +28574,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -28601,7 +28597,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -28625,7 +28621,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -28634,7 +28630,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -28647,7 +28643,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "CifUserFundingStreamsByFundingStreamRfpArchivedByAndFundingStreamIdManyToManyConnection", "ofType": null } }, @@ -28655,8 +28651,8 @@ "deprecationReason": null }, { - "name": "operatorsByArchivedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamsByFundingStreamRfpCreatedByAndFundingStreamId", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -28683,7 +28679,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -28693,7 +28689,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -28716,7 +28712,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -28740,7 +28736,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -28749,7 +28745,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -28762,7 +28758,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "CifUserFundingStreamsByFundingStreamRfpCreatedByAndFundingStreamIdManyToManyConnection", "ofType": null } }, @@ -28770,8 +28766,8 @@ "deprecationReason": null }, { - "name": "operatorsByCreatedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamId", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -28798,7 +28794,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -28808,7 +28804,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -28831,7 +28827,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -28855,7 +28851,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -28864,7 +28860,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -28877,7 +28873,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "CifUserFundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamIdManyToManyConnection", "ofType": null } }, @@ -28885,8 +28881,8 @@ "deprecationReason": null }, { - "name": "operatorsByProjectArchivedByAndOperatorId", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamsByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -28913,7 +28909,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -28923,7 +28919,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -28946,7 +28942,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -28970,7 +28966,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -28979,7 +28975,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -28992,7 +28988,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserOperatorsByProjectArchivedByAndOperatorIdManyToManyConnection", + "name": "FundingStreamsConnection", "ofType": null } }, @@ -29000,114 +28996,27 @@ "deprecationReason": null }, { - "name": "operatorsByProjectCreatedByAndOperatorId", - "description": "Reads and enables pagination through a set of `Operator`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Operator`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OperatorsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "givenName", + "description": "User's first name", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectCreatedByAndOperatorIdManyToManyConnection", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, @@ -29115,8 +29024,8 @@ "deprecationReason": null }, { - "name": "operatorsByProjectUpdatedByAndOperatorId", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "milestoneReportsByArchivedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -29143,7 +29052,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -29153,7 +29062,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -29176,7 +29085,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -29200,7 +29109,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -29209,7 +29118,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -29222,7 +29131,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserOperatorsByProjectUpdatedByAndOperatorIdManyToManyConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, @@ -29230,8 +29139,8 @@ "deprecationReason": null }, { - "name": "operatorsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "milestoneReportsByCreatedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -29258,7 +29167,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -29268,7 +29177,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -29315,7 +29224,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -29324,7 +29233,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -29337,7 +29246,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, @@ -29345,8 +29254,8 @@ "deprecationReason": null }, { - "name": "paymentsByArchivedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "milestoneReportsByUpdatedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -29373,7 +29282,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -29383,7 +29292,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -29430,7 +29339,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -29439,7 +29348,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -29452,7 +29361,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, @@ -29460,8 +29369,8 @@ "deprecationReason": null }, { - "name": "paymentsByCreatedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "operatorsByArchivedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -29488,7 +29397,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -29498,7 +29407,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -29545,7 +29454,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -29554,7 +29463,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -29567,7 +29476,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -29575,8 +29484,8 @@ "deprecationReason": null }, { - "name": "paymentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "operatorsByCreatedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -29603,7 +29512,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -29613,7 +29522,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -29660,7 +29569,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -29669,7 +29578,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -29682,7 +29591,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -29690,8 +29599,8 @@ "deprecationReason": null }, { - "name": "projectContactsByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByProjectArchivedByAndOperatorId", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -29718,7 +29627,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -29728,7 +29637,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -29751,7 +29660,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -29775,7 +29684,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -29784,7 +29693,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -29797,7 +29706,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "CifUserOperatorsByProjectArchivedByAndOperatorIdManyToManyConnection", "ofType": null } }, @@ -29805,8 +29714,8 @@ "deprecationReason": null }, { - "name": "projectContactsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByProjectCreatedByAndOperatorId", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -29833,7 +29742,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -29843,7 +29752,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -29866,7 +29775,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -29890,7 +29799,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -29899,7 +29808,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -29912,7 +29821,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "CifUserOperatorsByProjectCreatedByAndOperatorIdManyToManyConnection", "ofType": null } }, @@ -29920,8 +29829,8 @@ "deprecationReason": null }, { - "name": "projectContactsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByProjectUpdatedByAndOperatorId", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -29948,7 +29857,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -29958,7 +29867,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -29981,7 +29890,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -30005,7 +29914,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -30014,7 +29923,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -30027,7 +29936,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "CifUserOperatorsByProjectUpdatedByAndOperatorIdManyToManyConnection", "ofType": null } }, @@ -30035,8 +29944,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "operatorsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -30063,7 +29972,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -30073,7 +29982,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -30120,7 +30029,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -30129,7 +30038,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -30142,7 +30051,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -30150,8 +30059,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "paymentsByArchivedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -30178,7 +30087,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -30188,7 +30097,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -30235,122 +30144,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -30359,7 +30153,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -30372,7 +30166,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelIdManyToManyConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -30380,8 +30174,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "paymentsByCreatedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -30408,7 +30202,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -30418,7 +30212,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -30441,7 +30235,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -30465,7 +30259,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -30474,7 +30268,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -30487,7 +30281,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelIdManyToManyConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -30495,8 +30289,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "paymentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -30523,7 +30317,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -30533,7 +30327,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -30556,7 +30350,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -30580,7 +30374,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -30589,7 +30383,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -30602,7 +30396,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelIdManyToManyConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -30610,8 +30404,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "projectContactsByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -30638,7 +30432,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -30648,7 +30442,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -30671,7 +30465,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -30695,7 +30489,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -30704,7 +30498,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -30717,7 +30511,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelIdManyToManyConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -30725,8 +30519,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "projectContactsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -30753,7 +30547,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -30763,7 +30557,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -30810,7 +30604,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -30819,7 +30613,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -30832,7 +30626,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -30840,8 +30634,8 @@ "deprecationReason": null }, { - "name": "projectManagersByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectContactsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -30868,7 +30662,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -30878,7 +30672,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -30925,7 +30719,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -30934,7 +30728,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -30947,7 +30741,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -30955,8 +30749,8 @@ "deprecationReason": null }, { - "name": "projectManagersByCifUserId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectManagerLabelsByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -30983,7 +30777,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -30993,7 +30787,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -31040,7 +30834,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -31049,7 +30843,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -31062,7 +30856,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -31070,8 +30864,8 @@ "deprecationReason": null }, { - "name": "projectManagersByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectManagerLabelsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -31098,7 +30892,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -31108,7 +30902,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -31155,7 +30949,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -31164,7 +30958,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -31177,7 +30971,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -31185,8 +30979,8 @@ "deprecationReason": null }, { - "name": "projectManagersByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -31213,7 +31007,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -31223,7 +31017,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -31246,7 +31040,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -31270,7 +31064,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -31279,7 +31073,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -31292,7 +31086,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "CifUserProjectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelIdManyToManyConnection", "ofType": null } }, @@ -31300,8 +31094,8 @@ "deprecationReason": null }, { - "name": "projectRevisionsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "projectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -31328,7 +31122,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -31338,7 +31132,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -31354,109 +31148,14 @@ "defaultValue": null }, { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectRevisionsByFormChangeCreatedByAndProjectRevisionId", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": null + "defaultValue": "NO" }, { "name": "last", @@ -31480,7 +31179,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -31489,7 +31188,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -31502,7 +31201,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectRevisionsByFormChangeCreatedByAndProjectRevisionIdManyToManyConnection", + "name": "CifUserProjectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelIdManyToManyConnection", "ofType": null } }, @@ -31510,8 +31209,8 @@ "deprecationReason": null }, { - "name": "projectRevisionsByFormChangeUpdatedByAndProjectRevisionId", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "projectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -31538,7 +31237,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -31548,7 +31247,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -31563,6 +31262,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -31585,7 +31294,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -31594,7 +31303,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -31607,7 +31316,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectRevisionsByFormChangeUpdatedByAndProjectRevisionIdManyToManyConnection", + "name": "CifUserProjectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelIdManyToManyConnection", "ofType": null } }, @@ -31615,8 +31324,8 @@ "deprecationReason": null }, { - "name": "projectRevisionsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "projectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -31643,7 +31352,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -31653,7 +31362,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -31668,6 +31377,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -31690,7 +31409,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -31699,7 +31418,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -31712,7 +31431,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", + "name": "CifUserProjectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelIdManyToManyConnection", "ofType": null } }, @@ -31720,8 +31439,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagerLabelsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -31748,7 +31467,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -31758,7 +31477,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -31805,7 +31524,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -31814,7 +31533,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -31827,7 +31546,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -31835,8 +31554,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByAttachmentArchivedByAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagersByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -31863,7 +31582,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -31873,7 +31592,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -31896,7 +31615,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -31920,7 +31639,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -31929,7 +31648,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -31942,7 +31661,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentArchivedByAndProjectStatusIdManyToManyConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -31950,8 +31669,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByAttachmentCreatedByAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagersByCifUserId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -31978,7 +31697,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -31988,7 +31707,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -32011,7 +31730,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -32035,7 +31754,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -32044,7 +31763,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -32057,7 +31776,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentCreatedByAndProjectStatusIdManyToManyConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -32065,8 +31784,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByAttachmentUpdatedByAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagersByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -32093,7 +31812,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -32103,7 +31822,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -32126,7 +31845,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -32150,7 +31869,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -32159,7 +31878,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -32172,7 +31891,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentUpdatedByAndProjectStatusIdManyToManyConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -32180,8 +31899,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagersByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -32208,7 +31927,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -32218,7 +31937,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -32265,7 +31984,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -32274,7 +31993,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -32287,7 +32006,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -32295,8 +32014,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectRevisionsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -32323,7 +32042,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -32333,7 +32052,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -32348,16 +32067,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -32380,7 +32089,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -32389,7 +32098,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -32402,7 +32111,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusIdManyToManyConnection", + "name": "ProjectRevisionsConnection", "ofType": null } }, @@ -32410,8 +32119,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectRevisionsByFormChangeCreatedByAndProjectRevisionId", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -32438,7 +32147,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -32448,7 +32157,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -32463,16 +32172,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -32495,7 +32194,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -32504,7 +32203,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -32517,7 +32216,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusIdManyToManyConnection", + "name": "CifUserProjectRevisionsByFormChangeCreatedByAndProjectRevisionIdManyToManyConnection", "ofType": null } }, @@ -32525,8 +32224,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectRevisionsByFormChangeUpdatedByAndProjectRevisionId", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -32553,7 +32252,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -32563,7 +32262,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -32578,16 +32277,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -32610,7 +32299,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -32619,7 +32308,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -32632,7 +32321,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusIdManyToManyConnection", + "name": "CifUserProjectRevisionsByFormChangeUpdatedByAndProjectRevisionIdManyToManyConnection", "ofType": null } }, @@ -32640,8 +32329,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByProjectArchivedByAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectRevisionsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -32668,7 +32357,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -32678,7 +32367,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -32693,16 +32382,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -32725,7 +32404,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -32734,7 +32413,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -32747,7 +32426,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectArchivedByAndProjectStatusIdManyToManyConnection", + "name": "ProjectRevisionsConnection", "ofType": null } }, @@ -32755,7 +32434,7 @@ "deprecationReason": null }, { - "name": "projectStatusesByProjectCreatedByAndProjectStatusId", + "name": "projectStatusesByArchivedBy", "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { @@ -32816,7 +32495,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -32862,7 +32541,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectCreatedByAndProjectStatusIdManyToManyConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -32870,7 +32549,7 @@ "deprecationReason": null }, { - "name": "projectStatusesByProjectUpdatedByAndProjectStatusId", + "name": "projectStatusesByAttachmentArchivedByAndProjectStatusId", "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { @@ -32977,7 +32656,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyConnection", + "name": "CifUserProjectStatusesByAttachmentArchivedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -32985,7 +32664,7 @@ "deprecationReason": null }, { - "name": "projectStatusesByUpdatedBy", + "name": "projectStatusesByAttachmentCreatedByAndProjectStatusId", "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { @@ -33046,7 +32725,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -33092,7 +32771,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "CifUserProjectStatusesByAttachmentCreatedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -33100,8 +32779,8 @@ "deprecationReason": null }, { - "name": "projectsByArchivedBy", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByAttachmentUpdatedByAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -33128,7 +32807,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -33138,7 +32817,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -33161,7 +32840,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -33185,7 +32864,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -33194,7 +32873,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -33207,7 +32886,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "CifUserProjectStatusesByAttachmentUpdatedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -33215,8 +32894,8 @@ "deprecationReason": null }, { - "name": "projectsByAttachmentArchivedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -33243,7 +32922,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -33253,7 +32932,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -33276,7 +32955,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -33300,7 +32979,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -33309,7 +32988,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -33322,7 +33001,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -33330,8 +33009,8 @@ "deprecationReason": null }, { - "name": "projectsByAttachmentCreatedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -33358,7 +33037,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -33368,7 +33047,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -33415,7 +33094,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -33424,7 +33103,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -33437,7 +33116,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -33445,8 +33124,8 @@ "deprecationReason": null }, { - "name": "projectsByAttachmentUpdatedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -33473,7 +33152,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -33483,7 +33162,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -33530,7 +33209,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -33539,7 +33218,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -33552,7 +33231,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -33560,8 +33239,8 @@ "deprecationReason": null }, { - "name": "projectsByCreatedBy", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -33588,7 +33267,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -33598,7 +33277,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -33621,7 +33300,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -33645,7 +33324,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -33654,7 +33333,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -33667,7 +33346,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -33675,8 +33354,8 @@ "deprecationReason": null }, { - "name": "projectsByFundingParameterArchivedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByProjectArchivedByAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -33703,7 +33382,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -33713,7 +33392,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -33760,7 +33439,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -33769,7 +33448,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -33782,7 +33461,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectStatusesByProjectArchivedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -33790,8 +33469,8 @@ "deprecationReason": null }, { - "name": "projectsByFundingParameterCreatedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByProjectCreatedByAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -33818,7 +33497,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -33828,7 +33507,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -33875,7 +33554,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -33884,7 +33563,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -33897,7 +33576,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectStatusesByProjectCreatedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -33905,8 +33584,8 @@ "deprecationReason": null }, { - "name": "projectsByFundingParameterUpdatedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByProjectUpdatedByAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -33933,7 +33612,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -33943,7 +33622,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -33990,7 +33669,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -33999,7 +33678,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -34012,7 +33691,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -34020,8 +33699,8 @@ "deprecationReason": null }, { - "name": "projectsByProjectContactArchivedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -34048,7 +33727,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -34058,7 +33737,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -34081,7 +33760,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -34105,7 +33784,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -34114,7 +33793,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -34127,7 +33806,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -34135,8 +33814,8 @@ "deprecationReason": null }, { - "name": "projectsByProjectContactCreatedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectTypesByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -34163,7 +33842,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -34173,7 +33852,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -34196,7 +33875,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -34220,7 +33899,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -34229,7 +33908,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -34242,7 +33921,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -34250,8 +33929,8 @@ "deprecationReason": null }, { - "name": "projectsByProjectContactUpdatedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectTypesByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -34278,7 +33957,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -34288,7 +33967,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -34311,7 +33990,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -34335,7 +34014,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -34344,7 +34023,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -34357,7 +34036,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -34365,8 +34044,8 @@ "deprecationReason": null }, { - "name": "projectsByProjectManagerArchivedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectTypesByProjectArchivedByAndProjectType", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -34393,7 +34072,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -34403,7 +34082,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -34450,7 +34129,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -34459,7 +34138,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -34472,7 +34151,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerArchivedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectTypesByProjectArchivedByAndProjectTypeManyToManyConnection", "ofType": null } }, @@ -34480,8 +34159,8 @@ "deprecationReason": null }, { - "name": "projectsByProjectManagerCifUserIdAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectTypesByProjectCreatedByAndProjectType", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -34508,7 +34187,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -34518,7 +34197,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -34565,7 +34244,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -34574,7 +34253,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -34587,7 +34266,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerCifUserIdAndProjectIdManyToManyConnection", + "name": "CifUserProjectTypesByProjectCreatedByAndProjectTypeManyToManyConnection", "ofType": null } }, @@ -34595,8 +34274,8 @@ "deprecationReason": null }, { - "name": "projectsByProjectManagerCreatedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectTypesByProjectUpdatedByAndProjectType", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -34623,7 +34302,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -34633,7 +34312,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -34680,7 +34359,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -34689,7 +34368,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -34702,7 +34381,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerCreatedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectTypesByProjectUpdatedByAndProjectTypeManyToManyConnection", "ofType": null } }, @@ -34710,8 +34389,8 @@ "deprecationReason": null }, { - "name": "projectsByProjectManagerUpdatedByAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectTypesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -34738,7 +34417,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -34748,7 +34427,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -34771,7 +34450,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -34795,7 +34474,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -34804,7 +34483,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -34817,7 +34496,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerUpdatedByAndProjectIdManyToManyConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -34825,7 +34504,7 @@ "deprecationReason": null }, { - "name": "projectsByProjectRevisionCreatedByAndProjectId", + "name": "projectsByArchivedBy", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -34886,7 +34565,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -34932,7 +34611,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectRevisionCreatedByAndProjectIdManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -34940,7 +34619,7 @@ "deprecationReason": null }, { - "name": "projectsByProjectRevisionUpdatedByAndProjectId", + "name": "projectsByAttachmentArchivedByAndProjectId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -35047,7 +34726,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectRevisionUpdatedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -35055,7 +34734,7 @@ "deprecationReason": null }, { - "name": "projectsByReportingRequirementArchivedByAndProjectId", + "name": "projectsByAttachmentCreatedByAndProjectId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -35162,7 +34841,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementArchivedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -35170,7 +34849,7 @@ "deprecationReason": null }, { - "name": "projectsByReportingRequirementCreatedByAndProjectId", + "name": "projectsByAttachmentUpdatedByAndProjectId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -35277,7 +34956,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementCreatedByAndProjectIdManyToManyConnection", + "name": "CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -35285,7 +34964,7 @@ "deprecationReason": null }, { - "name": "projectsByReportingRequirementUpdatedByAndProjectId", + "name": "projectsByCreatedBy", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -35346,7 +35025,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -35392,7 +35071,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementUpdatedByAndProjectIdManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -35400,7 +35079,7 @@ "deprecationReason": null }, { - "name": "projectsByUpdatedBy", + "name": "projectsByFundingParameterArchivedByAndProjectId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -35461,7 +35140,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -35507,7 +35186,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -35515,8 +35194,8 @@ "deprecationReason": null }, { - "name": "reportTypesByArchivedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectsByFundingParameterCreatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -35543,7 +35222,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -35553,7 +35232,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -35576,7 +35255,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -35600,7 +35279,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -35609,7 +35288,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -35622,7 +35301,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportTypesConnection", + "name": "CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -35630,8 +35309,8 @@ "deprecationReason": null }, { - "name": "reportTypesByCreatedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectsByFundingParameterUpdatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -35658,7 +35337,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -35668,7 +35347,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -35691,7 +35370,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -35715,7 +35394,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -35724,7 +35403,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -35737,7 +35416,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportTypesConnection", + "name": "CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -35745,8 +35424,8 @@ "deprecationReason": null }, { - "name": "reportTypesByReportingRequirementArchivedByAndReportType", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectsByProjectContactArchivedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -35773,7 +35452,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -35783,7 +35462,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -35830,7 +35509,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -35839,7 +35518,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -35852,7 +35531,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementArchivedByAndReportTypeManyToManyConnection", + "name": "CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -35860,8 +35539,8 @@ "deprecationReason": null }, { - "name": "reportTypesByReportingRequirementCreatedByAndReportType", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectsByProjectContactCreatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -35888,7 +35567,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -35898,7 +35577,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -35945,7 +35624,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -35954,7 +35633,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -35967,7 +35646,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementCreatedByAndReportTypeManyToManyConnection", + "name": "CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -35975,8 +35654,8 @@ "deprecationReason": null }, { - "name": "reportTypesByReportingRequirementUpdatedByAndReportType", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectsByProjectContactUpdatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36003,7 +35682,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36013,7 +35692,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36060,7 +35739,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36069,7 +35748,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -36082,7 +35761,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementUpdatedByAndReportTypeManyToManyConnection", + "name": "CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -36090,8 +35769,8 @@ "deprecationReason": null }, { - "name": "reportTypesByUpdatedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectsByProjectManagerArchivedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36118,7 +35797,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36128,7 +35807,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36151,7 +35830,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -36175,7 +35854,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36184,7 +35863,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -36197,7 +35876,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportTypesConnection", + "name": "CifUserProjectsByProjectManagerArchivedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -36205,8 +35884,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByArchivedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectManagerCifUserIdAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36233,7 +35912,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36243,7 +35922,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36266,7 +35945,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -36290,7 +35969,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36299,7 +35978,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -36312,7 +35991,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "CifUserProjectsByProjectManagerCifUserIdAndProjectIdManyToManyConnection", "ofType": null } }, @@ -36320,8 +35999,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByCreatedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectManagerCreatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36348,7 +36027,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36358,7 +36037,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36381,7 +36060,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -36405,7 +36084,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36414,7 +36093,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -36427,7 +36106,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "CifUserProjectsByProjectManagerCreatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -36435,8 +36114,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectManagerUpdatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36463,7 +36142,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36473,7 +36152,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36520,7 +36199,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36529,7 +36208,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -36542,7 +36221,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementIdManyToManyConnection", + "name": "CifUserProjectsByProjectManagerUpdatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -36550,8 +36229,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectRevisionCreatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36578,7 +36257,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36588,7 +36267,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36635,7 +36314,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36644,7 +36323,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -36657,7 +36336,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementIdManyToManyConnection", + "name": "CifUserProjectsByProjectRevisionCreatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -36665,8 +36344,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectRevisionUpdatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36693,7 +36372,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36703,7 +36382,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36750,7 +36429,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36759,7 +36438,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -36772,7 +36451,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementIdManyToManyConnection", + "name": "CifUserProjectsByProjectRevisionUpdatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -36780,8 +36459,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByMilestoneReportArchivedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByReportingRequirementArchivedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36808,7 +36487,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36818,7 +36497,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36865,7 +36544,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36874,7 +36553,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -36887,7 +36566,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportArchivedByAndReportingRequirementIdManyToManyConnection", + "name": "CifUserProjectsByReportingRequirementArchivedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -36895,8 +36574,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByMilestoneReportCreatedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByReportingRequirementCreatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -36923,7 +36602,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -36933,7 +36612,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -36980,7 +36659,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -36989,7 +36668,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -37002,7 +36681,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportCreatedByAndReportingRequirementIdManyToManyConnection", + "name": "CifUserProjectsByReportingRequirementCreatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -37010,8 +36689,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByReportingRequirementUpdatedByAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -37038,122 +36717,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementIdManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reportingRequirementsByPaymentArchivedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -37163,7 +36727,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -37210,7 +36774,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -37219,7 +36783,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -37232,7 +36796,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentArchivedByAndReportingRequirementIdManyToManyConnection", + "name": "CifUserProjectsByReportingRequirementUpdatedByAndProjectIdManyToManyConnection", "ofType": null } }, @@ -37240,8 +36804,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByPaymentCreatedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -37268,7 +36832,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -37278,7 +36842,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -37301,7 +36865,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -37325,7 +36889,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -37334,7 +36898,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -37347,7 +36911,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentCreatedByAndReportingRequirementIdManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -37355,8 +36919,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByPaymentUpdatedByAndReportingRequirementId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "reportTypesByArchivedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", "args": [ { "name": "after", @@ -37383,7 +36947,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ReportTypeCondition", "ofType": null }, "defaultValue": null @@ -37393,7 +36957,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null @@ -37416,7 +36980,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -37440,7 +37004,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ReportType`.", "type": { "kind": "LIST", "name": null, @@ -37449,7 +37013,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ReportTypesOrderBy", "ofType": null } } @@ -37462,7 +37026,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentUpdatedByAndReportingRequirementIdManyToManyConnection", + "name": "ReportTypesConnection", "ofType": null } }, @@ -37470,8 +37034,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "reportTypesByCreatedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", "args": [ { "name": "after", @@ -37498,7 +37062,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ReportTypeCondition", "ofType": null }, "defaultValue": null @@ -37508,7 +37072,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null @@ -37555,7 +37119,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ReportType`.", "type": { "kind": "LIST", "name": null, @@ -37564,7 +37128,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ReportTypesOrderBy", "ofType": null } } @@ -37577,23 +37141,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rowId", - "description": "Unique ID for the user", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ReportTypesConnection", "ofType": null } }, @@ -37601,8 +37149,8 @@ "deprecationReason": null }, { - "name": "sectorsByArchivedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "reportTypesByReportingRequirementArchivedByAndReportType", + "description": "Reads and enables pagination through a set of `ReportType`.", "args": [ { "name": "after", @@ -37629,7 +37177,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ReportTypeCondition", "ofType": null }, "defaultValue": null @@ -37639,7 +37187,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null @@ -37662,7 +37210,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -37686,7 +37234,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ReportType`.", "type": { "kind": "LIST", "name": null, @@ -37695,7 +37243,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ReportTypesOrderBy", "ofType": null } } @@ -37708,7 +37256,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", + "name": "CifUserReportTypesByReportingRequirementArchivedByAndReportTypeManyToManyConnection", "ofType": null } }, @@ -37716,8 +37264,8 @@ "deprecationReason": null }, { - "name": "sectorsByCreatedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "reportTypesByReportingRequirementCreatedByAndReportType", + "description": "Reads and enables pagination through a set of `ReportType`.", "args": [ { "name": "after", @@ -37744,7 +37292,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ReportTypeCondition", "ofType": null }, "defaultValue": null @@ -37754,7 +37302,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null @@ -37777,7 +37325,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -37801,7 +37349,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ReportType`.", "type": { "kind": "LIST", "name": null, @@ -37810,7 +37358,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ReportTypesOrderBy", "ofType": null } } @@ -37823,7 +37371,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", + "name": "CifUserReportTypesByReportingRequirementCreatedByAndReportTypeManyToManyConnection", "ofType": null } }, @@ -37831,8 +37379,8 @@ "deprecationReason": null }, { - "name": "sectorsByProjectArchivedByAndSectorName", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "reportTypesByReportingRequirementUpdatedByAndReportType", + "description": "Reads and enables pagination through a set of `ReportType`.", "args": [ { "name": "after", @@ -37859,7 +37407,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ReportTypeCondition", "ofType": null }, "defaultValue": null @@ -37869,7 +37417,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null @@ -37916,7 +37464,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ReportType`.", "type": { "kind": "LIST", "name": null, @@ -37925,7 +37473,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ReportTypesOrderBy", "ofType": null } } @@ -37938,7 +37486,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserSectorsByProjectArchivedByAndSectorNameManyToManyConnection", + "name": "CifUserReportTypesByReportingRequirementUpdatedByAndReportTypeManyToManyConnection", "ofType": null } }, @@ -37946,8 +37494,8 @@ "deprecationReason": null }, { - "name": "sectorsByProjectCreatedByAndSectorName", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "reportTypesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", "args": [ { "name": "after", @@ -37974,7 +37522,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ReportTypeCondition", "ofType": null }, "defaultValue": null @@ -37984,7 +37532,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null @@ -38007,7 +37555,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -38031,7 +37579,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ReportType`.", "type": { "kind": "LIST", "name": null, @@ -38040,7 +37588,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ReportTypesOrderBy", "ofType": null } } @@ -38053,7 +37601,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserSectorsByProjectCreatedByAndSectorNameManyToManyConnection", + "name": "ReportTypesConnection", "ofType": null } }, @@ -38061,8 +37609,8 @@ "deprecationReason": null }, { - "name": "sectorsByProjectUpdatedByAndSectorName", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "reportingRequirementsByArchivedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -38089,7 +37637,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -38099,7 +37647,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -38122,7 +37670,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -38146,7 +37694,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -38155,7 +37703,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -38168,7 +37716,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserSectorsByProjectUpdatedByAndSectorNameManyToManyConnection", + "name": "ReportingRequirementsConnection", "ofType": null } }, @@ -38176,8 +37724,8 @@ "deprecationReason": null }, { - "name": "sectorsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "reportingRequirementsByCreatedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -38204,7 +37752,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -38214,7 +37762,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -38261,7 +37809,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -38270,7 +37818,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -38283,176 +37831,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uuid", - "description": "Universally Unique ID for the user, defined by the single sign-on provider", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByFormChangeCreatedByAndChangeStatusManyToManyConnection", - "description": "A connection to a list of `ChangeStatus` values, with data from `FormChange`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `ChangeStatus`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByFormChangeCreatedByAndChangeStatusManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `ChangeStatus` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `ChangeStatus` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ReportingRequirementsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByFormChangeCreatedByAndChangeStatusManyToManyEdge", - "description": "A `ChangeStatus` edge in the connection, with data from `FormChange`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "formChangesByChangeStatus", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "reportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -38479,7 +37867,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -38489,7 +37877,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -38504,6 +37892,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -38526,7 +37924,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -38535,7 +37933,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -38548,138 +37946,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `ChangeStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByFormChangeUpdatedByAndChangeStatusManyToManyConnection", - "description": "A connection to a list of `ChangeStatus` values, with data from `FormChange`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `ChangeStatus`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByFormChangeUpdatedByAndChangeStatusManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `ChangeStatus` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `ChangeStatus` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "CifUserReportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByFormChangeUpdatedByAndChangeStatusManyToManyEdge", - "description": "A `ChangeStatus` edge in the connection, with data from `FormChange`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "formChangesByChangeStatus", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "reportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -38706,7 +37982,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -38716,7 +37992,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -38731,6 +38007,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -38753,7 +38039,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -38762,7 +38048,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -38775,150 +38061,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `ChangeStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByProjectRevisionCreatedByAndChangeStatusManyToManyConnection", - "description": "A connection to a list of `ChangeStatus` values, with data from `ProjectRevision`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `ChangeStatus`, info from the `ProjectRevision`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByProjectRevisionCreatedByAndChangeStatusManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `ChangeStatus` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `ChangeStatus` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "CifUserReportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByProjectRevisionCreatedByAndChangeStatusManyToManyEdge", - "description": "A `ChangeStatus` edge in the connection, with data from `ProjectRevision`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `ChangeStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectRevisionsByChangeStatus", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "reportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -38945,7 +38097,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -38955,7 +38107,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -38970,6 +38122,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -38992,7 +38154,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -39001,7 +38163,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -39014,138 +38176,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByProjectRevisionUpdatedByAndChangeStatusManyToManyConnection", - "description": "A connection to a list of `ChangeStatus` values, with data from `ProjectRevision`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `ChangeStatus`, info from the `ProjectRevision`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByProjectRevisionUpdatedByAndChangeStatusManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `ChangeStatus` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `ChangeStatus` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "CifUserReportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserChangeStatusesByProjectRevisionUpdatedByAndChangeStatusManyToManyEdge", - "description": "A `ChangeStatus` edge in the connection, with data from `ProjectRevision`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `ChangeStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectRevisionsByChangeStatus", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "reportingRequirementsByMilestoneReportArchivedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -39172,7 +38212,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -39182,7 +38222,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -39197,6 +38237,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -39219,7 +38269,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -39228,7 +38278,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -39241,78 +38291,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentArchivedByAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "CifUserReportingRequirementsByMilestoneReportArchivedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, @@ -39320,35 +38299,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ - { - "name": "attachmentsByCreatedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "reportingRequirementsByMilestoneReportCreatedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -39375,7 +38327,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -39385,7 +38337,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -39432,7 +38384,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -39441,7 +38393,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -39454,7 +38406,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "CifUserReportingRequirementsByMilestoneReportCreatedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, @@ -39462,94 +38414,114 @@ "deprecationReason": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "name": "reportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentArchivedByAndUpdatedByManyToManyEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "CifUserReportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, @@ -39557,35 +38529,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ - { - "name": "attachmentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "reportingRequirementsByPaymentArchivedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -39612,7 +38557,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -39622,7 +38567,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -39669,7 +38614,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -39678,7 +38623,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -39691,7 +38636,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "CifUserReportingRequirementsByPaymentArchivedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, @@ -39699,130 +38644,8 @@ "deprecationReason": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentCreatedByAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ - { - "name": "attachmentsByArchivedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "reportingRequirementsByPaymentCreatedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -39849,7 +38672,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -39859,7 +38682,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -39906,7 +38729,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -39915,7 +38738,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -39928,102 +38751,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentCreatedByAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "CifUserReportingRequirementsByPaymentCreatedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, @@ -40031,35 +38759,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ - { - "name": "attachmentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "reportingRequirementsByPaymentUpdatedByAndReportingRequirementId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -40086,7 +38787,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -40096,7 +38797,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -40143,7 +38844,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -40152,7 +38853,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -40165,102 +38866,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentUpdatedByAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "CifUserReportingRequirementsByPaymentUpdatedByAndReportingRequirementIdManyToManyConnection", "ofType": null } }, @@ -40268,35 +38874,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ - { - "name": "attachmentsByArchivedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "reportingRequirementsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -40323,7 +38902,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -40333,7 +38912,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -40356,7 +38935,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -40380,7 +38959,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -40389,7 +38968,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -40402,102 +38981,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentUpdatedByAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "ReportingRequirementsConnection", "ofType": null } }, @@ -40505,8 +38989,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "name": "rowId", + "description": "Unique ID for the user", "args": [], "type": { "kind": "NON_NULL", @@ -40519,21 +39003,10 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByAttachmentUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ + }, { - "name": "attachmentsByCreatedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "sectorsByArchivedBy", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -40560,7 +39033,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -40570,7 +39043,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -40593,7 +39066,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -40617,7 +39090,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -40626,7 +39099,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -40639,7 +39112,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "SectorsConnection", "ofType": null } }, @@ -40647,94 +39120,114 @@ "deprecationReason": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "name": "sectorsByCreatedBy", + "description": "Reads and enables pagination through a set of `Sector`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Sector`.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusArchivedByAndCreatedByManyToManyEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SectorsOrderBy", + "ofType": null + } } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "SectorsConnection", "ofType": null } }, @@ -40742,35 +39235,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", - "fields": [ - { - "name": "changeStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "name": "sectorsByProjectArchivedByAndSectorName", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -40797,7 +39263,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -40807,7 +39273,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -40854,7 +39320,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -40863,7 +39329,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ChangeStatusesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -40876,102 +39342,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeStatusesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusArchivedByAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "CifUserSectorsByProjectArchivedByAndSectorNameManyToManyConnection", "ofType": null } }, @@ -40979,35 +39350,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", - "fields": [ - { - "name": "changeStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "name": "sectorsByProjectCreatedByAndSectorName", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -41034,7 +39378,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -41044,7 +39388,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -41091,7 +39435,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -41100,7 +39444,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ChangeStatusesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -41113,102 +39457,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeStatusesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusCreatedByAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "CifUserSectorsByProjectCreatedByAndSectorNameManyToManyConnection", "ofType": null } }, @@ -41216,35 +39465,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", - "fields": [ - { - "name": "changeStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "name": "sectorsByProjectUpdatedByAndSectorName", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -41271,7 +39493,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -41281,7 +39503,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -41328,7 +39550,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -41337,7 +39559,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ChangeStatusesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -41350,7 +39572,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeStatusesConnection", + "name": "CifUserSectorsByProjectUpdatedByAndSectorNameManyToManyConnection", "ofType": null } }, @@ -41358,130 +39580,8 @@ "deprecationReason": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusCreatedByAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", - "fields": [ - { - "name": "changeStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "name": "sectorsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -41508,7 +39608,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -41518,7 +39618,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -41541,7 +39641,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -41565,7 +39665,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -41574,7 +39674,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ChangeStatusesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -41587,7 +39687,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeStatusesConnection", + "name": "SectorsConnection", "ofType": null } }, @@ -41595,43 +39695,69 @@ "deprecationReason": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedBy", + "description": "updated by user id", "args": [], "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", + "name": "uuid", + "description": "Universally Unique ID for the user, defined by the single sign-on provider", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", + "name": "CifUserChangeStatusesByFormChangeCreatedByAndChangeStatusManyToManyConnection", + "description": "A connection to a list of `ChangeStatus` values, with data from `FormChange`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ChangeStatus`, info from the `FormChange`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -41644,7 +39770,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserChangeStatusesByFormChangeCreatedByAndChangeStatusManyToManyEdge", "ofType": null } } @@ -41655,7 +39781,7 @@ }, { "name": "nodes", - "description": "A list of `CifUser` objects.", + "description": "A list of `ChangeStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -41665,7 +39791,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUser", + "name": "ChangeStatus", "ofType": null } } @@ -41691,7 +39817,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "description": "The count of *all* `ChangeStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -41713,12 +39839,24 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", + "name": "CifUserChangeStatusesByFormChangeCreatedByAndChangeStatusManyToManyEdge", + "description": "A `ChangeStatus` edge in the connection, with data from `FormChange`.", "fields": [ { - "name": "changeStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByChangeStatus", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -41745,7 +39883,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -41755,7 +39893,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -41770,16 +39908,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -41802,7 +39930,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -41811,7 +39939,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ChangeStatusesOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -41824,32 +39952,20 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeStatusesConnection", + "name": "FormChangesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", - "description": "The `CifUser` at the end of the edge.", + "description": "The `ChangeStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ChangeStatus", "ofType": null }, "isDeprecated": false, @@ -41863,12 +39979,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", + "name": "CifUserChangeStatusesByFormChangeUpdatedByAndChangeStatusManyToManyConnection", + "description": "A connection to a list of `ChangeStatus` values, with data from `FormChange`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ChangeStatus`, info from the `FormChange`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -41881,7 +39997,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserChangeStatusesByFormChangeUpdatedByAndChangeStatusManyToManyEdge", "ofType": null } } @@ -41892,7 +40008,7 @@ }, { "name": "nodes", - "description": "A list of `CifUser` objects.", + "description": "A list of `ChangeStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -41902,7 +40018,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUser", + "name": "ChangeStatus", "ofType": null } } @@ -41928,7 +40044,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "description": "The count of *all* `ChangeStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -41950,12 +40066,24 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByChangeStatusUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", + "name": "CifUserChangeStatusesByFormChangeUpdatedByAndChangeStatusManyToManyEdge", + "description": "A `ChangeStatus` edge in the connection, with data from `FormChange`.", "fields": [ { - "name": "changeStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByChangeStatus", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -41982,7 +40110,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -41992,7 +40120,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -42007,16 +40135,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -42039,7 +40157,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -42048,7 +40166,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ChangeStatusesOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -42061,32 +40179,20 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeStatusesConnection", + "name": "FormChangesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", - "description": "The `CifUser` at the end of the edge.", + "description": "The `ChangeStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ChangeStatus", "ofType": null }, "isDeprecated": false, @@ -42100,12 +40206,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", + "name": "CifUserChangeStatusesByProjectRevisionCreatedByAndChangeStatusManyToManyConnection", + "description": "A connection to a list of `ChangeStatus` values, with data from `ProjectRevision`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ChangeStatus`, info from the `ProjectRevision`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -42118,7 +40224,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserChangeStatusesByProjectRevisionCreatedByAndChangeStatusManyToManyEdge", "ofType": null } } @@ -42129,7 +40235,7 @@ }, { "name": "nodes", - "description": "A list of `CifUser` objects.", + "description": "A list of `ChangeStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -42139,7 +40245,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUser", + "name": "ChangeStatus", "ofType": null } } @@ -42165,7 +40271,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "description": "The count of *all* `ChangeStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -42187,12 +40293,36 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `CifUser`.", + "name": "CifUserChangeStatusesByProjectRevisionCreatedByAndChangeStatusManyToManyEdge", + "description": "A `ChangeStatus` edge in the connection, with data from `ProjectRevision`.", "fields": [ { - "name": "cifUsersByCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ChangeStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ChangeStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectRevisionsByChangeStatus", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -42219,7 +40349,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -42229,7 +40359,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -42244,16 +40374,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -42276,7 +40396,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -42285,7 +40405,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -42298,36 +40418,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUsersConnection", + "name": "ProjectRevisionsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -42337,12 +40433,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", + "name": "CifUserChangeStatusesByProjectRevisionUpdatedByAndChangeStatusManyToManyConnection", + "description": "A connection to a list of `ChangeStatus` values, with data from `ProjectRevision`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ChangeStatus`, info from the `ProjectRevision`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -42355,7 +40451,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserChangeStatusesByProjectRevisionUpdatedByAndChangeStatusManyToManyEdge", "ofType": null } } @@ -42366,7 +40462,7 @@ }, { "name": "nodes", - "description": "A list of `CifUser` objects.", + "description": "A list of `ChangeStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -42376,7 +40472,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUser", + "name": "ChangeStatus", "ofType": null } } @@ -42402,7 +40498,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "description": "The count of *all* `ChangeStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -42424,12 +40520,36 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `CifUser`.", + "name": "CifUserChangeStatusesByProjectRevisionUpdatedByAndChangeStatusManyToManyEdge", + "description": "A `ChangeStatus` edge in the connection, with data from `ProjectRevision`.", "fields": [ { - "name": "cifUsersByUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ChangeStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ChangeStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectRevisionsByChangeStatus", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -42456,7 +40576,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -42466,7 +40586,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -42481,16 +40601,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -42513,7 +40623,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -42522,7 +40632,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -42535,36 +40645,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUsersConnection", + "name": "ProjectRevisionsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -42574,12 +40660,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", + "name": "CifUserCifUsersByAttachmentArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -42592,7 +40678,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByAttachmentArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -42661,12 +40747,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `CifUser`.", + "name": "CifUserCifUsersByAttachmentArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cifUsersByArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "attachmentsByCreatedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -42693,7 +40779,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -42703,7 +40789,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -42750,7 +40836,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -42759,7 +40845,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -42772,7 +40858,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUsersConnection", + "name": "AttachmentsConnection", "ofType": null } }, @@ -42811,12 +40897,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", + "name": "CifUserCifUsersByAttachmentArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -42829,7 +40915,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByAttachmentArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -42898,12 +40984,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `CifUser`.", + "name": "CifUserCifUsersByAttachmentArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cifUsersByUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "attachmentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -42930,7 +41016,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -42940,7 +41026,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -42987,7 +41073,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -42996,7 +41082,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -43009,7 +41095,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUsersConnection", + "name": "AttachmentsConnection", "ofType": null } }, @@ -43048,12 +41134,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", + "name": "CifUserCifUsersByAttachmentCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -43066,7 +41152,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByAttachmentCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -43135,12 +41221,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `CifUser`.", + "name": "CifUserCifUsersByAttachmentCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cifUsersByArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "attachmentsByArchivedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -43167,7 +41253,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -43177,7 +41263,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -43224,7 +41310,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -43233,7 +41319,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -43246,7 +41332,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUsersConnection", + "name": "AttachmentsConnection", "ofType": null } }, @@ -43285,12 +41371,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", + "name": "CifUserCifUsersByAttachmentCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -43303,7 +41389,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByAttachmentCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -43372,12 +41458,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByCifUserUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `CifUser`.", + "name": "CifUserCifUsersByAttachmentCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cifUsersByCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "attachmentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -43404,7 +41490,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -43414,7 +41500,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -43461,7 +41547,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -43470,7 +41556,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -43483,7 +41569,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUsersConnection", + "name": "AttachmentsConnection", "ofType": null } }, @@ -43522,12 +41608,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Contact`.", + "name": "CifUserCifUsersByAttachmentUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -43540,7 +41626,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByContactArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByAttachmentUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -43609,12 +41695,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Contact`.", + "name": "CifUserCifUsersByAttachmentUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "contactsByCreatedBy", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "attachmentsByArchivedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -43641,7 +41727,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -43651,7 +41737,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -43698,7 +41784,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -43707,7 +41793,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -43720,7 +41806,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactsConnection", + "name": "AttachmentsConnection", "ofType": null } }, @@ -43759,12 +41845,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Contact`.", + "name": "CifUserCifUsersByAttachmentUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -43777,7 +41863,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByContactArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByAttachmentUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -43846,12 +41932,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Contact`.", + "name": "CifUserCifUsersByAttachmentUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "contactsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "attachmentsByCreatedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -43878,7 +41964,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -43888,7 +41974,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -43935,7 +42021,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -43944,7 +42030,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -43957,7 +42043,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactsConnection", + "name": "AttachmentsConnection", "ofType": null } }, @@ -43996,12 +42082,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Contact`.", + "name": "CifUserCifUsersByChangeStatusArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -44014,7 +42100,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByContactCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByChangeStatusArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -44083,12 +42169,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Contact`.", + "name": "CifUserCifUsersByChangeStatusArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", "fields": [ { - "name": "contactsByArchivedBy", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "changeStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", "args": [ { "name": "after", @@ -44115,7 +42201,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "ChangeStatusCondition", "ofType": null }, "defaultValue": null @@ -44125,7 +42211,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "ChangeStatusFilter", "ofType": null }, "defaultValue": null @@ -44172,7 +42258,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `ChangeStatus`.", "type": { "kind": "LIST", "name": null, @@ -44181,7 +42267,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "ChangeStatusesOrderBy", "ofType": null } } @@ -44194,7 +42280,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactsConnection", + "name": "ChangeStatusesConnection", "ofType": null } }, @@ -44233,12 +42319,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Contact`.", + "name": "CifUserCifUsersByChangeStatusArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -44251,7 +42337,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByContactCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByChangeStatusArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -44320,12 +42406,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Contact`.", + "name": "CifUserCifUsersByChangeStatusArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", "fields": [ { - "name": "contactsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "changeStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", "args": [ { "name": "after", @@ -44352,7 +42438,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "ChangeStatusCondition", "ofType": null }, "defaultValue": null @@ -44362,7 +42448,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "ChangeStatusFilter", "ofType": null }, "defaultValue": null @@ -44409,7 +42495,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `ChangeStatus`.", "type": { "kind": "LIST", "name": null, @@ -44418,7 +42504,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "ChangeStatusesOrderBy", "ofType": null } } @@ -44431,7 +42517,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactsConnection", + "name": "ChangeStatusesConnection", "ofType": null } }, @@ -44470,12 +42556,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Contact`.", + "name": "CifUserCifUsersByChangeStatusCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -44488,7 +42574,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByContactUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByChangeStatusCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -44557,12 +42643,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Contact`.", + "name": "CifUserCifUsersByChangeStatusCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", "fields": [ { - "name": "contactsByArchivedBy", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "changeStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", "args": [ { "name": "after", @@ -44589,7 +42675,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "ChangeStatusCondition", "ofType": null }, "defaultValue": null @@ -44599,7 +42685,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "ChangeStatusFilter", "ofType": null }, "defaultValue": null @@ -44646,7 +42732,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `ChangeStatus`.", "type": { "kind": "LIST", "name": null, @@ -44655,7 +42741,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "ChangeStatusesOrderBy", "ofType": null } } @@ -44668,7 +42754,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactsConnection", + "name": "ChangeStatusesConnection", "ofType": null } }, @@ -44707,12 +42793,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Contact`.", + "name": "CifUserCifUsersByChangeStatusCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -44725,7 +42811,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByContactUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByChangeStatusCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -44794,12 +42880,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByContactUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Contact`.", + "name": "CifUserCifUsersByChangeStatusCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", "fields": [ { - "name": "contactsByCreatedBy", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "changeStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", "args": [ { "name": "after", @@ -44826,7 +42912,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "ChangeStatusCondition", "ofType": null }, "defaultValue": null @@ -44836,7 +42922,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "ChangeStatusFilter", "ofType": null }, "defaultValue": null @@ -44883,7 +42969,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `ChangeStatus`.", "type": { "kind": "LIST", "name": null, @@ -44892,7 +42978,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "ChangeStatusesOrderBy", "ofType": null } } @@ -44905,7 +42991,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactsConnection", + "name": "ChangeStatusesConnection", "ofType": null } }, @@ -44944,12 +43030,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByChangeStatusUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -44962,7 +43048,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByChangeStatusUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -45031,24 +43117,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByChangeStatusUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityPaymentPercentsByCreatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "changeStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", "args": [ { "name": "after", @@ -45075,7 +43149,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "ChangeStatusCondition", "ofType": null }, "defaultValue": null @@ -45085,7 +43159,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "ChangeStatusFilter", "ofType": null }, "defaultValue": null @@ -45132,7 +43206,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `ChangeStatus`.", "type": { "kind": "LIST", "name": null, @@ -45141,7 +43215,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "ChangeStatusesOrderBy", "ofType": null } } @@ -45154,13 +43228,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "ChangeStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -45181,12 +43267,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByChangeStatusUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ChangeStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ChangeStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -45199,7 +43285,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByChangeStatusUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -45268,24 +43354,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByChangeStatusUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ChangeStatus`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityPaymentPercentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "changeStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", "args": [ { "name": "after", @@ -45312,7 +43386,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "ChangeStatusCondition", "ofType": null }, "defaultValue": null @@ -45322,7 +43396,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "ChangeStatusFilter", "ofType": null }, "defaultValue": null @@ -45369,7 +43443,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `ChangeStatus`.", "type": { "kind": "LIST", "name": null, @@ -45378,7 +43452,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "ChangeStatusesOrderBy", "ofType": null } } @@ -45391,13 +43465,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "ChangeStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -45418,12 +43504,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByCifUserArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -45436,7 +43522,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByCifUserArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -45505,24 +43591,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByCifUserArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `CifUser`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityPaymentPercentsByArchivedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "cifUsersByCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -45549,7 +43623,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -45559,7 +43633,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -45606,7 +43680,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -45615,7 +43689,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -45628,13 +43702,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "CifUsersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -45655,12 +43741,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByCifUserArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -45673,7 +43759,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByCifUserArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -45742,24 +43828,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByCifUserArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `CifUser`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityPaymentPercentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "cifUsersByUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -45786,7 +43860,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -45796,7 +43870,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -45843,7 +43917,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -45852,7 +43926,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -45865,13 +43939,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "CifUsersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -45892,12 +43978,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByCifUserCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -45910,7 +43996,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByCifUserCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -45979,24 +44065,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByCifUserCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `CifUser`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityPaymentPercentsByArchivedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "cifUsersByArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -46023,7 +44097,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -46033,7 +44107,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -46080,7 +44154,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -46089,7 +44163,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -46102,13 +44176,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "CifUsersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -46129,12 +44215,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByCifUserCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -46147,7 +44233,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByCifUserCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -46216,24 +44302,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", + "name": "CifUserCifUsersByCifUserCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `CifUser`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityPaymentPercentsByCreatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", + "name": "cifUsersByUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -46260,7 +44334,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -46270,7 +44344,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -46317,7 +44391,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -46326,7 +44400,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -46339,13 +44413,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "CifUsersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -46366,12 +44452,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByCifUserUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -46384,7 +44470,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByCifUserUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -46453,24 +44539,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByCifUserUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `CifUser`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityReportsByCreatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "cifUsersByArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -46497,7 +44571,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -46507,7 +44581,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -46554,7 +44628,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -46563,7 +44637,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -46576,13 +44650,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "CifUsersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -46603,12 +44689,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByCifUserUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `CifUser`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `CifUser`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -46621,7 +44707,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByCifUserUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -46690,24 +44776,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByCifUserUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `CifUser`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityReportsByUpdatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "cifUsersByCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -46734,7 +44808,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -46744,7 +44818,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -46791,7 +44865,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -46800,7 +44874,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -46813,13 +44887,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "CifUsersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -46840,12 +44926,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByContactArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Contact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -46858,7 +44944,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByContactArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -46927,24 +45013,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByContactArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Contact`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityReportsByArchivedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "contactsByCreatedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -46971,7 +45045,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -46981,7 +45055,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -47028,7 +45102,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -47037,7 +45111,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -47050,13 +45124,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "ContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -47077,12 +45163,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByContactArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Contact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -47095,7 +45181,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByContactArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -47164,24 +45250,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByContactArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Contact`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityReportsByUpdatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "contactsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -47208,7 +45282,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -47218,7 +45292,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -47265,7 +45339,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -47274,7 +45348,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -47287,13 +45361,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "ContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -47314,12 +45400,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByContactCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Contact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -47332,7 +45418,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByContactCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -47401,24 +45487,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByContactCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Contact`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityReportsByArchivedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "contactsByArchivedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -47445,7 +45519,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -47455,7 +45529,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -47502,7 +45576,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -47511,7 +45585,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -47524,13 +45598,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "ContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -47551,12 +45637,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByContactCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Contact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -47569,7 +45655,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByContactCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -47638,24 +45724,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserCifUsersByContactCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Contact`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityReportsByCreatedBy", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "contactsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -47682,7 +45756,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -47692,7 +45766,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -47739,7 +45813,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -47748,7 +45822,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -47761,13 +45835,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "ContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -47788,12 +45874,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFormChangeCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", + "name": "CifUserCifUsersByContactUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Contact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -47806,7 +45892,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFormChangeCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByContactUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -47875,24 +45961,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFormChangeCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FormChange`.", + "name": "CifUserCifUsersByContactUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Contact`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formChangesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "contactsByArchivedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -47919,7 +45993,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -47929,7 +46003,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -47944,6 +46018,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -47966,7 +46050,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -47975,7 +46059,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -47988,13 +46072,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "ContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -48015,12 +46111,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFormChangeUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", + "name": "CifUserCifUsersByContactUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Contact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Contact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -48033,7 +46129,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFormChangeUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByContactUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -48102,24 +46198,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFormChangeUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FormChange`.", + "name": "CifUserCifUsersByContactUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Contact`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formChangesByCreatedBy", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "contactsByCreatedBy", + "description": "Reads and enables pagination through a set of `Contact`.", "args": [ { "name": "after", @@ -48146,7 +46230,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "ContactCondition", "ofType": null }, "defaultValue": null @@ -48156,7 +46240,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "ContactFilter", "ofType": null }, "defaultValue": null @@ -48171,6 +46255,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -48193,7 +46287,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `Contact`.", "type": { "kind": "LIST", "name": null, @@ -48202,7 +46296,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "ContactsOrderBy", "ofType": null } } @@ -48215,13 +46309,25 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "ContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", "description": "The `CifUser` at the end of the edge.", @@ -48242,12 +46348,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -48260,7 +46366,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -48329,8 +46435,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "cursor", @@ -48345,8 +46451,8 @@ "deprecationReason": null }, { - "name": "fundingParametersByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityPaymentPercentsByCreatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -48373,7 +46479,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -48383,7 +46489,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -48430,7 +46536,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -48439,7 +46545,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -48452,7 +46558,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -48479,12 +46585,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -48497,7 +46603,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -48566,8 +46672,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "cursor", @@ -48582,8 +46688,8 @@ "deprecationReason": null }, { - "name": "fundingParametersByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityPaymentPercentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -48610,7 +46716,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -48620,7 +46726,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -48667,7 +46773,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -48676,7 +46782,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -48689,7 +46795,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -48716,12 +46822,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -48734,7 +46840,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -48803,8 +46909,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "cursor", @@ -48819,8 +46925,8 @@ "deprecationReason": null }, { - "name": "fundingParametersByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityPaymentPercentsByArchivedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -48847,7 +46953,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -48857,7 +46963,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -48904,7 +47010,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -48913,7 +47019,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -48926,7 +47032,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -48953,12 +47059,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -48971,7 +47077,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -49040,8 +47146,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "cursor", @@ -49056,8 +47162,8 @@ "deprecationReason": null }, { - "name": "fundingParametersByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityPaymentPercentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -49084,7 +47190,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -49094,7 +47200,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -49141,7 +47247,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -49150,7 +47256,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -49163,7 +47269,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -49190,12 +47296,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -49208,7 +47314,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -49277,8 +47383,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "cursor", @@ -49293,8 +47399,8 @@ "deprecationReason": null }, { - "name": "fundingParametersByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityPaymentPercentsByArchivedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -49321,7 +47427,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -49331,7 +47437,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -49378,7 +47484,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -49387,7 +47493,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -49400,7 +47506,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -49427,12 +47533,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityPaymentPercent`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -49445,7 +47551,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -49514,8 +47620,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingParameterUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserCifUsersByEmissionIntensityPaymentPercentUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityPaymentPercent`.", "fields": [ { "name": "cursor", @@ -49530,8 +47636,8 @@ "deprecationReason": null }, { - "name": "fundingParametersByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "emissionIntensityPaymentPercentsByCreatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityPaymentPercent`.", "args": [ { "name": "after", @@ -49558,7 +47664,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "EmissionIntensityPaymentPercentCondition", "ofType": null }, "defaultValue": null @@ -49568,7 +47674,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null @@ -49615,7 +47721,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -49624,7 +47730,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -49637,7 +47743,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "EmissionIntensityPaymentPercentsConnection", "ofType": null } }, @@ -49664,12 +47770,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", + "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStream`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -49682,7 +47788,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -49751,8 +47857,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", + "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", "fields": [ { "name": "cursor", @@ -49767,8 +47873,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "emissionIntensityReportsByCreatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -49795,7 +47901,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -49805,7 +47911,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -49852,7 +47958,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -49861,7 +47967,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -49874,7 +47980,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamsConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -49901,12 +48007,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", + "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStream`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -49919,7 +48025,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -49988,8 +48094,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", + "name": "CifUserCifUsersByEmissionIntensityReportArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", "fields": [ { "name": "cursor", @@ -50004,8 +48110,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "emissionIntensityReportsByUpdatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -50032,7 +48138,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -50042,7 +48148,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -50089,7 +48195,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -50098,7 +48204,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -50111,7 +48217,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamsConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -50138,12 +48244,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", + "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStream`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -50156,7 +48262,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -50225,8 +48331,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", + "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", "fields": [ { "name": "cursor", @@ -50241,8 +48347,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "emissionIntensityReportsByArchivedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -50269,7 +48375,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -50279,7 +48385,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -50326,7 +48432,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -50335,7 +48441,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -50348,7 +48454,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamsConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -50375,12 +48481,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", + "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStream`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -50393,7 +48499,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -50462,8 +48568,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", + "name": "CifUserCifUsersByEmissionIntensityReportCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", "fields": [ { "name": "cursor", @@ -50478,8 +48584,8 @@ "deprecationReason": null }, { - "name": "fundingStreamsByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "emissionIntensityReportsByUpdatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -50506,7 +48612,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -50516,7 +48622,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -50563,7 +48669,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -50572,7 +48678,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -50585,7 +48691,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamsConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -50612,12 +48718,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -50630,7 +48736,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -50699,8 +48805,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", "fields": [ { "name": "cursor", @@ -50715,8 +48821,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "emissionIntensityReportsByArchivedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -50743,7 +48849,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -50753,7 +48859,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -50800,7 +48906,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -50809,7 +48915,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -50822,7 +48928,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -50849,12 +48955,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `EmissionIntensityReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -50867,7 +48973,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -50936,8 +49042,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByEmissionIntensityReportUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `EmissionIntensityReport`.", "fields": [ { "name": "cursor", @@ -50952,8 +49058,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "emissionIntensityReportsByCreatedBy", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", "args": [ { "name": "after", @@ -50980,7 +49086,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "EmissionIntensityReportCondition", "ofType": null }, "defaultValue": null @@ -50990,7 +49096,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "EmissionIntensityReportFilter", "ofType": null }, "defaultValue": null @@ -51037,7 +49143,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -51046,7 +49152,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -51059,7 +49165,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "EmissionIntensityReportsConnection", "ofType": null } }, @@ -51086,12 +49192,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByFormChangeCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -51104,7 +49210,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFormChangeCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -51173,8 +49279,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByFormChangeCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FormChange`.", "fields": [ { "name": "cursor", @@ -51189,8 +49295,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "formChangesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -51217,7 +49323,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -51227,7 +49333,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -51242,16 +49348,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -51274,7 +49370,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -51283,7 +49379,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -51296,7 +49392,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "FormChangesConnection", "ofType": null } }, @@ -51323,12 +49419,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByFormChangeUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -51341,7 +49437,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByFormChangeUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -51410,8 +49506,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByFormChangeUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FormChange`.", "fields": [ { "name": "cursor", @@ -51426,8 +49522,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "formChangesByCreatedBy", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -51454,7 +49550,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -51464,7 +49560,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -51479,16 +49575,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -51511,7 +49597,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -51520,7 +49606,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -51533,7 +49619,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "FormChangesConnection", "ofType": null } }, @@ -51560,12 +49646,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -51578,7 +49664,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingParameterArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -51647,8 +49733,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -51663,8 +49749,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingParametersByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -51691,7 +49777,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -51701,7 +49787,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -51748,7 +49834,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -51757,7 +49843,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -51770,7 +49856,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -51797,12 +49883,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -51815,7 +49901,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingParameterArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -51884,8 +49970,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -51900,8 +49986,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingParametersByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -51928,7 +50014,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -51938,7 +50024,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -51985,7 +50071,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -51994,7 +50080,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -52007,7 +50093,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -52034,12 +50120,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -52052,7 +50138,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingParameterCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -52121,8 +50207,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -52137,8 +50223,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingParametersByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -52165,7 +50251,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -52175,7 +50261,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -52222,7 +50308,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -52231,7 +50317,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -52244,7 +50330,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -52271,12 +50357,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -52289,7 +50375,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingParameterCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -52358,8 +50444,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -52374,8 +50460,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingParametersByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -52402,7 +50488,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -52412,7 +50498,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -52459,7 +50545,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -52468,7 +50554,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -52481,7 +50567,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -52508,12 +50594,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -52526,7 +50612,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingParameterUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -52595,8 +50681,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -52611,8 +50697,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingParametersByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -52639,7 +50725,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -52649,7 +50735,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -52696,7 +50782,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -52705,7 +50791,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -52718,7 +50804,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -52745,12 +50831,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -52763,7 +50849,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingParameterUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -52832,8 +50918,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersByFundingParameterUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -52848,8 +50934,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingParametersByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -52876,7 +50962,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -52886,7 +50972,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -52933,7 +51019,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -52942,7 +51028,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -52955,7 +51041,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -52982,12 +51068,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByFundingStreamArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStream`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -53000,7 +51086,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -53069,8 +51155,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByFundingStreamArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", "fields": [ { "name": "cursor", @@ -53085,8 +51171,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "fundingStreamsByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -53113,7 +51199,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -53123,7 +51209,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -53170,7 +51256,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -53179,7 +51265,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -53192,7 +51278,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "FundingStreamsConnection", "ofType": null } }, @@ -53219,12 +51305,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByFundingStreamArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStream`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -53237,7 +51323,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -53306,8 +51392,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", + "name": "CifUserCifUsersByFundingStreamArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", "fields": [ { "name": "cursor", @@ -53322,8 +51408,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "fundingStreamsByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -53350,7 +51436,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -53360,7 +51446,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -53407,7 +51493,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -53416,7 +51502,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -53429,7 +51515,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "FundingStreamsConnection", "ofType": null } }, @@ -53456,7 +51542,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamUpdatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByFundingStreamCreatedByAndArchivedByManyToManyConnection", "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", "fields": [ { @@ -53474,7 +51560,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -53543,7 +51629,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamCreatedByAndArchivedByManyToManyEdge", "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", "fields": [ { @@ -53693,7 +51779,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamUpdatedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByFundingStreamCreatedByAndUpdatedByManyToManyConnection", "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", "fields": [ { @@ -53711,7 +51797,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -53780,7 +51866,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByFundingStreamUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamCreatedByAndUpdatedByManyToManyEdge", "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", "fields": [ { @@ -53796,7 +51882,7 @@ "deprecationReason": null }, { - "name": "fundingStreamsByCreatedBy", + "name": "fundingStreamsByUpdatedBy", "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { @@ -53930,12 +52016,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -53948,7 +52034,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -54017,8 +52103,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -54033,8 +52119,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByCreatedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamRfpsByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -54061,7 +52147,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -54071,7 +52157,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -54118,7 +52204,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -54127,7 +52213,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -54140,7 +52226,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -54167,12 +52253,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -54185,7 +52271,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -54254,8 +52340,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -54270,8 +52356,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByUpdatedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamRfpsByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -54298,7 +52384,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -54308,7 +52394,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -54355,7 +52441,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -54364,7 +52450,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -54377,7 +52463,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -54404,12 +52490,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -54422,7 +52508,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -54491,8 +52577,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -54507,8 +52593,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByArchivedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamRfpsByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -54535,7 +52621,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -54545,7 +52631,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -54592,7 +52678,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -54601,7 +52687,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -54614,7 +52700,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -54641,12 +52727,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -54659,7 +52745,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -54728,8 +52814,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -54744,8 +52830,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByUpdatedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamRfpsByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -54772,7 +52858,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -54782,7 +52868,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -54829,7 +52915,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -54838,7 +52924,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -54851,7 +52937,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -54878,12 +52964,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -54896,7 +52982,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -54965,8 +53051,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -54981,8 +53067,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByArchivedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamRfpProjectStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -55009,7 +53095,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -55019,7 +53105,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -55066,7 +53152,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -55075,7 +53161,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -55088,7 +53174,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, @@ -55115,12 +53201,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -55133,7 +53219,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -55202,8 +53288,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByMilestoneReportUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -55218,8 +53304,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByCreatedBy", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingStreamRfpProjectStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -55246,7 +53332,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -55256,7 +53342,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -55303,7 +53389,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -55312,7 +53398,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -55325,7 +53411,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, @@ -55352,12 +53438,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -55370,7 +53456,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -55439,8 +53525,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -55455,20 +53541,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "operatorsByCreatedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamRfpProjectStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -55495,7 +53569,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -55505,7 +53579,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -55552,7 +53626,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -55561,7 +53635,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -55574,12 +53648,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -55589,12 +53675,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -55607,7 +53693,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -55676,8 +53762,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -55692,20 +53778,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "operatorsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamRfpProjectStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -55732,7 +53806,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -55742,7 +53816,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -55789,7 +53863,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -55798,7 +53872,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -55811,12 +53885,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -55826,12 +53912,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -55844,7 +53930,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -55913,8 +53999,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -55929,20 +54015,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "operatorsByArchivedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamRfpProjectStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -55969,7 +54043,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -55979,7 +54053,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -56026,7 +54100,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -56035,7 +54109,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -56048,12 +54122,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -56063,12 +54149,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -56081,7 +54167,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -56150,8 +54236,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpProjectStatusUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -56166,20 +54252,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "operatorsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamRfpProjectStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -56206,7 +54280,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -56216,7 +54290,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -56263,7 +54337,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -56272,7 +54346,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -56285,12 +54359,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -56300,12 +54386,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -56318,7 +54404,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -56387,8 +54473,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -56403,20 +54489,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "operatorsByArchivedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamRfpsByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -56443,7 +54517,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -56453,7 +54527,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -56500,7 +54574,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -56509,7 +54583,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -56522,12 +54596,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -56537,12 +54623,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -56555,7 +54641,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -56624,8 +54710,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByOperatorUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Operator`.", + "name": "CifUserCifUsersByFundingStreamRfpUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -56640,20 +54726,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "operatorsByCreatedBy", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "fundingStreamRfpsByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -56680,7 +54754,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -56690,7 +54764,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -56737,7 +54811,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -56746,7 +54820,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -56759,12 +54833,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -56774,12 +54860,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Payment`.", + "name": "CifUserCifUsersByFundingStreamUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStream`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -56792,7 +54878,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -56861,8 +54947,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Payment`.", + "name": "CifUserCifUsersByFundingStreamUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", "fields": [ { "name": "cursor", @@ -56877,20 +54963,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paymentsByCreatedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "fundingStreamsByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -56917,7 +54991,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -56927,7 +55001,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -56974,7 +55048,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -56983,7 +55057,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -56996,12 +55070,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "FundingStreamsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -57011,12 +55097,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Payment`.", + "name": "CifUserCifUsersByFundingStreamUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStream`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStream`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -57029,7 +55115,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByFundingStreamUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -57098,8 +55184,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Payment`.", + "name": "CifUserCifUsersByFundingStreamUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStream`.", "fields": [ { "name": "cursor", @@ -57114,20 +55200,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paymentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "fundingStreamsByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -57154,7 +55228,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -57164,7 +55238,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -57211,7 +55285,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -57220,7 +55294,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -57233,12 +55307,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "FundingStreamsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -57248,12 +55334,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Payment`.", + "name": "CifUserCifUsersByMilestoneReportArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -57266,7 +55352,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByMilestoneReportArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -57335,8 +55421,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Payment`.", + "name": "CifUserCifUsersByMilestoneReportArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", "fields": [ { "name": "cursor", @@ -57351,20 +55437,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paymentsByArchivedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "milestoneReportsByCreatedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -57391,7 +55465,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -57401,7 +55475,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -57448,7 +55522,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -57457,7 +55531,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -57470,12 +55544,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -57485,12 +55571,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Payment`.", + "name": "CifUserCifUsersByMilestoneReportArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -57503,7 +55589,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByMilestoneReportArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -57572,8 +55658,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Payment`.", + "name": "CifUserCifUsersByMilestoneReportArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", "fields": [ { "name": "cursor", @@ -57588,20 +55674,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paymentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "milestoneReportsByUpdatedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -57628,7 +55702,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -57638,7 +55712,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -57685,7 +55759,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -57694,7 +55768,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -57707,12 +55781,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -57722,12 +55808,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Payment`.", + "name": "CifUserCifUsersByMilestoneReportCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -57740,7 +55826,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByMilestoneReportCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -57809,8 +55895,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Payment`.", + "name": "CifUserCifUsersByMilestoneReportCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", "fields": [ { "name": "cursor", @@ -57825,20 +55911,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paymentsByArchivedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "milestoneReportsByArchivedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -57865,7 +55939,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -57875,7 +55949,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -57922,7 +55996,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -57931,7 +56005,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -57944,12 +56018,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -57959,12 +56045,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Payment`.", + "name": "CifUserCifUsersByMilestoneReportCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -57977,7 +56063,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByMilestoneReportCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -58046,8 +56132,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByPaymentUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Payment`.", + "name": "CifUserCifUsersByMilestoneReportCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", "fields": [ { "name": "cursor", @@ -58062,20 +56148,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paymentsByCreatedBy", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "milestoneReportsByUpdatedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -58102,7 +56176,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -58112,7 +56186,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -58159,7 +56233,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -58168,7 +56242,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -58181,12 +56255,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -58196,12 +56282,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "name": "CifUserCifUsersByMilestoneReportUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -58214,7 +56300,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByMilestoneReportUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -58283,8 +56369,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", + "name": "CifUserCifUsersByMilestoneReportUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", "fields": [ { "name": "cursor", @@ -58299,20 +56385,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByCreatedBy", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "milestoneReportsByArchivedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -58339,7 +56413,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -58349,7 +56423,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -58396,7 +56470,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -58405,7 +56479,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -58418,12 +56492,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -58433,12 +56519,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "name": "CifUserCifUsersByMilestoneReportUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `MilestoneReport`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `MilestoneReport`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -58451,7 +56537,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByMilestoneReportUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -58520,8 +56606,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", + "name": "CifUserCifUsersByMilestoneReportUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `MilestoneReport`.", "fields": [ { "name": "cursor", @@ -58536,20 +56622,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "milestoneReportsByCreatedBy", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -58576,7 +56650,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -58586,7 +56660,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -58633,7 +56707,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -58642,7 +56716,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -58655,12 +56729,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "MilestoneReportsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -58670,12 +56756,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Operator`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -58688,7 +56774,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByOperatorArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -58757,8 +56843,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Operator`.", "fields": [ { "name": "cursor", @@ -58785,8 +56871,8 @@ "deprecationReason": null }, { - "name": "projectContactsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByCreatedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -58813,7 +56899,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -58823,7 +56909,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -58870,7 +56956,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -58879,7 +56965,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -58892,7 +56978,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -58907,12 +56993,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Operator`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -58925,7 +57011,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByOperatorArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -58994,8 +57080,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Operator`.", "fields": [ { "name": "cursor", @@ -59022,8 +57108,8 @@ "deprecationReason": null }, { - "name": "projectContactsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -59050,7 +57136,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -59060,7 +57146,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -59107,7 +57193,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -59116,7 +57202,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -59129,7 +57215,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -59144,12 +57230,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Operator`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -59162,7 +57248,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByOperatorCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -59231,8 +57317,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Operator`.", "fields": [ { "name": "cursor", @@ -59259,8 +57345,8 @@ "deprecationReason": null }, { - "name": "projectContactsByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByArchivedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -59287,7 +57373,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -59297,7 +57383,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -59344,7 +57430,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -59353,7 +57439,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -59366,7 +57452,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -59381,12 +57467,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Operator`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -59399,7 +57485,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByOperatorCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -59468,8 +57554,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Operator`.", "fields": [ { "name": "cursor", @@ -59496,8 +57582,8 @@ "deprecationReason": null }, { - "name": "projectContactsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -59524,7 +57610,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -59534,7 +57620,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -59581,7 +57667,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -59590,7 +57676,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -59603,7 +57689,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -59618,12 +57704,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Operator`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -59636,7 +57722,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByOperatorUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -59705,8 +57791,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Operator`.", "fields": [ { "name": "cursor", @@ -59733,8 +57819,8 @@ "deprecationReason": null }, { - "name": "projectContactsByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByArchivedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -59761,7 +57847,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -59771,7 +57857,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -59818,7 +57904,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -59827,7 +57913,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -59840,7 +57926,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -59855,12 +57941,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Operator`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Operator`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -59873,7 +57959,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByOperatorUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -59942,8 +58028,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectContactUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByOperatorUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Operator`.", "fields": [ { "name": "cursor", @@ -59970,8 +58056,8 @@ "deprecationReason": null }, { - "name": "projectContactsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "operatorsByCreatedBy", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -59998,7 +58084,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -60008,7 +58094,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -60055,7 +58141,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -60064,7 +58150,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -60077,7 +58163,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "OperatorsConnection", "ofType": null } }, @@ -60092,12 +58178,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "name": "CifUserCifUsersByPaymentArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Payment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -60110,7 +58196,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByPaymentArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -60179,8 +58265,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", + "name": "CifUserCifUsersByPaymentArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Payment`.", "fields": [ { "name": "cursor", @@ -60207,8 +58293,8 @@ "deprecationReason": null }, { - "name": "projectsByArchivedBy", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "paymentsByCreatedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -60235,7 +58321,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -60245,7 +58331,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -60292,7 +58378,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -60301,7 +58387,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -60314,7 +58400,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -60329,12 +58415,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "name": "CifUserCifUsersByPaymentArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Payment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -60347,7 +58433,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByPaymentArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -60416,8 +58502,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", + "name": "CifUserCifUsersByPaymentArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Payment`.", "fields": [ { "name": "cursor", @@ -60444,8 +58530,8 @@ "deprecationReason": null }, { - "name": "projectsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "paymentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -60472,7 +58558,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -60482,7 +58568,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -60529,7 +58615,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -60538,7 +58624,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -60551,7 +58637,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -60566,12 +58652,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndCifUserIdManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByPaymentCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Payment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -60584,7 +58670,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndCifUserIdManyToManyEdge", + "name": "CifUserCifUsersByPaymentCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -60653,8 +58739,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndCifUserIdManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByPaymentCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Payment`.", "fields": [ { "name": "cursor", @@ -60681,8 +58767,8 @@ "deprecationReason": null }, { - "name": "projectManagersByCifUserId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "paymentsByArchivedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -60709,7 +58795,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -60719,7 +58805,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -60766,7 +58852,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -60775,7 +58861,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -60788,7 +58874,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -60803,12 +58889,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByPaymentCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Payment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -60821,7 +58907,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByPaymentCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -60890,8 +58976,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByPaymentCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Payment`.", "fields": [ { "name": "cursor", @@ -60918,8 +59004,8 @@ "deprecationReason": null }, { - "name": "projectManagersByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "paymentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -60946,7 +59032,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -60956,7 +59042,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -61003,7 +59089,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -61012,7 +59098,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -61025,7 +59111,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -61040,12 +59126,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByPaymentUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Payment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -61058,7 +59144,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByPaymentUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -61127,8 +59213,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByPaymentUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Payment`.", "fields": [ { "name": "cursor", @@ -61155,8 +59241,8 @@ "deprecationReason": null }, { - "name": "projectManagersByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "paymentsByArchivedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -61183,7 +59269,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -61193,7 +59279,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -61240,7 +59326,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -61249,7 +59335,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -61262,7 +59348,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -61277,12 +59363,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByPaymentUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Payment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Payment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -61295,7 +59381,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByPaymentUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -61364,8 +59450,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByPaymentUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Payment`.", "fields": [ { "name": "cursor", @@ -61392,8 +59478,8 @@ "deprecationReason": null }, { - "name": "projectManagersByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "paymentsByCreatedBy", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -61420,7 +59506,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -61430,7 +59516,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -61477,7 +59563,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -61486,7 +59572,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -61499,7 +59585,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "PaymentsConnection", "ofType": null } }, @@ -61514,12 +59600,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -61532,7 +59618,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -61601,8 +59687,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -61629,8 +59715,8 @@ "deprecationReason": null }, { - "name": "projectManagersByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectsByCreatedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -61657,7 +59743,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -61667,7 +59753,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -61714,7 +59800,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -61723,7 +59809,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -61736,7 +59822,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -61751,12 +59837,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -61769,7 +59855,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -61838,8 +59924,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCifUserIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -61866,8 +59952,8 @@ "deprecationReason": null }, { - "name": "projectManagersByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -61894,7 +59980,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -61904,7 +59990,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -61951,7 +60037,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -61960,7 +60046,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -61973,7 +60059,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -61988,12 +60074,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectContactArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -62006,7 +60092,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectContactArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -62075,8 +60161,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectContactArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -62103,8 +60189,8 @@ "deprecationReason": null }, { - "name": "projectManagersByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectContactsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -62131,7 +60217,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -62141,7 +60227,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -62188,7 +60274,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -62197,7 +60283,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -62210,7 +60296,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -62225,12 +60311,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndCifUserIdManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectContactArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -62243,7 +60329,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndCifUserIdManyToManyEdge", + "name": "CifUserCifUsersByProjectContactArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -62312,8 +60398,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndCifUserIdManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectContactArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -62340,8 +60426,8 @@ "deprecationReason": null }, { - "name": "projectManagersByCifUserId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectContactsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -62368,7 +60454,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -62378,7 +60464,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -62425,7 +60511,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -62434,7 +60520,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -62447,7 +60533,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -62462,12 +60548,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectContactCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -62480,7 +60566,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectContactCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -62549,8 +60635,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserCifUsersByProjectContactCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -62577,8 +60663,8 @@ "deprecationReason": null }, { - "name": "projectManagersByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "projectContactsByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -62605,7 +60691,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -62615,7 +60701,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -62662,7 +60748,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -62671,7 +60757,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -62684,7 +60770,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -62699,12 +60785,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectContactCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -62717,7 +60803,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectContactCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -62786,8 +60872,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectContactCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -62814,8 +60900,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "projectContactsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -62842,7 +60928,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -62852,7 +60938,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -62899,7 +60985,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -62908,7 +60994,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -62921,7 +61007,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -62936,12 +61022,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectContactUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -62954,7 +61040,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectContactUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -63023,8 +61109,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectContactUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -63051,8 +61137,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "projectContactsByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -63079,7 +61165,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -63089,7 +61175,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -63136,7 +61222,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -63145,7 +61231,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -63158,7 +61244,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -63173,12 +61259,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectContactUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -63191,7 +61277,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectContactUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -63260,8 +61346,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectContactUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -63288,8 +61374,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "projectContactsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -63316,7 +61402,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -63326,7 +61412,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -63373,7 +61459,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -63382,7 +61468,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -63395,7 +61481,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -63410,12 +61496,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -63428,7 +61514,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -63497,8 +61583,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -63525,8 +61611,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "projectsByArchivedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -63553,7 +61639,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -63563,7 +61649,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -63610,7 +61696,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -63619,7 +61705,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -63632,7 +61718,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -63647,12 +61733,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -63665,7 +61751,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -63734,8 +61820,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -63762,8 +61848,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "projectsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -63790,7 +61876,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -63800,7 +61886,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -63847,7 +61933,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -63856,7 +61942,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -63869,7 +61955,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -63884,12 +61970,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectManagerArchivedByAndCifUserIdManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -63902,7 +61988,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerArchivedByAndCifUserIdManyToManyEdge", "ofType": null } } @@ -63971,8 +62057,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", + "name": "CifUserCifUsersByProjectManagerArchivedByAndCifUserIdManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -63999,8 +62085,8 @@ "deprecationReason": null }, { - "name": "projectManagerLabelsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "projectManagersByCifUserId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -64027,7 +62113,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -64037,7 +62123,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -64084,7 +62170,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -64093,7 +62179,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -64106,7 +62192,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -64121,7 +62207,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndArchivedByManyToManyConnection", + "name": "CifUserCifUsersByProjectManagerArchivedByAndCreatedByManyToManyConnection", "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { @@ -64139,7 +62225,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -64208,7 +62294,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerArchivedByAndCreatedByManyToManyEdge", "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { @@ -64236,7 +62322,7 @@ "deprecationReason": null }, { - "name": "projectManagersByArchivedBy", + "name": "projectManagersByCreatedBy", "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { @@ -64358,7 +62444,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndCifUserIdManyToManyConnection", + "name": "CifUserCifUsersByProjectManagerArchivedByAndUpdatedByManyToManyConnection", "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { @@ -64376,7 +62462,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndCifUserIdManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -64445,7 +62531,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndCifUserIdManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerArchivedByAndUpdatedByManyToManyEdge", "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { @@ -64473,7 +62559,7 @@ "deprecationReason": null }, { - "name": "projectManagersByCifUserId", + "name": "projectManagersByUpdatedBy", "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { @@ -64595,7 +62681,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndCreatedByManyToManyConnection", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndArchivedByManyToManyConnection", "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { @@ -64613,7 +62699,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndArchivedByManyToManyEdge", "ofType": null } } @@ -64682,7 +62768,7 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectManagerUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndArchivedByManyToManyEdge", "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { @@ -64710,7 +62796,7 @@ "deprecationReason": null }, { - "name": "projectManagersByCreatedBy", + "name": "projectManagersByArchivedBy", "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { @@ -64832,12 +62918,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectRevisionCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectRevision`.", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -64850,7 +62936,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectRevisionCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndCreatedByManyToManyEdge", "ofType": null } } @@ -64919,8 +63005,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectRevisionCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectRevision`.", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -64947,8 +63033,8 @@ "deprecationReason": null }, { - "name": "projectRevisionsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "projectManagersByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -64975,7 +63061,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -64985,7 +63071,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -65000,6 +63086,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -65022,7 +63118,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -65031,7 +63127,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -65044,7 +63140,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -65059,12 +63155,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectRevisionUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectRevision`.", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -65077,7 +63173,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectRevisionUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndUpdatedByManyToManyEdge", "ofType": null } } @@ -65146,8 +63242,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectRevisionUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectRevision`.", + "name": "CifUserCifUsersByProjectManagerCifUserIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -65174,8 +63270,8 @@ "deprecationReason": null }, { - "name": "projectRevisionsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "projectManagersByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -65202,7 +63298,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -65212,7 +63308,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -65227,6 +63323,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -65249,7 +63355,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -65258,7 +63364,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -65271,7 +63377,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -65286,12 +63392,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -65304,7 +63410,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -65373,8 +63479,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -65401,8 +63507,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagersByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -65429,7 +63535,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -65439,7 +63545,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -65486,7 +63592,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -65495,7 +63601,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -65508,7 +63614,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -65523,12 +63629,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerCreatedByAndCifUserIdManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -65541,7 +63647,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerCreatedByAndCifUserIdManyToManyEdge", "ofType": null } } @@ -65610,8 +63716,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerCreatedByAndCifUserIdManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -65638,8 +63744,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagersByCifUserId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -65666,7 +63772,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -65676,7 +63782,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -65723,7 +63829,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -65732,7 +63838,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -65745,7 +63851,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -65760,12 +63866,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -65778,7 +63884,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -65847,8 +63953,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -65875,8 +63981,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagersByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -65903,7 +64009,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -65913,7 +64019,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -65960,7 +64066,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -65969,7 +64075,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -65982,7 +64088,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -65997,12 +64103,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -66015,7 +64121,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -66084,8 +64190,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", "fields": [ { "name": "cursor", @@ -66112,8 +64218,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagerLabelsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -66140,7 +64246,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -66150,7 +64256,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -66197,7 +64303,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -66206,7 +64312,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -66219,7 +64325,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -66234,12 +64340,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -66252,7 +64358,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -66321,8 +64427,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerLabelArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", "fields": [ { "name": "cursor", @@ -66349,8 +64455,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagerLabelsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -66377,7 +64483,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -66387,7 +64493,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -66434,7 +64540,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -66443,7 +64549,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -66456,7 +64562,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -66471,12 +64577,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -66489,7 +64595,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -66558,8 +64664,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectStatusUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", + "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", "fields": [ { "name": "cursor", @@ -66586,8 +64692,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectManagerLabelsByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -66614,7 +64720,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -66624,7 +64730,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -66671,7 +64777,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -66680,7 +64786,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -66693,7 +64799,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -66708,12 +64814,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -66726,7 +64832,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -66795,8 +64901,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", + "name": "CifUserCifUsersByProjectManagerLabelCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", "fields": [ { "name": "cursor", @@ -66823,8 +64929,8 @@ "deprecationReason": null }, { - "name": "projectsByArchivedBy", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectManagerLabelsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -66851,7 +64957,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -66861,7 +64967,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -66908,7 +65014,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -66917,7 +65023,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -66930,7 +65036,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -66945,12 +65051,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -66963,7 +65069,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -67032,8 +65138,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", + "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", "fields": [ { "name": "cursor", @@ -67060,8 +65166,8 @@ "deprecationReason": null }, { - "name": "projectsByCreatedBy", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectManagerLabelsByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -67088,7 +65194,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -67098,7 +65204,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -67145,7 +65251,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -67154,7 +65260,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -67167,7 +65273,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -67182,12 +65288,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManagerLabel`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManagerLabel`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -67200,7 +65306,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -67269,8 +65375,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectManagerLabelUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManagerLabel`.", "fields": [ { "name": "cursor", @@ -67297,8 +65403,8 @@ "deprecationReason": null }, { - "name": "reportTypesByCreatedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectManagerLabelsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -67325,7 +65431,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -67335,7 +65441,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -67382,7 +65488,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -67391,7 +65497,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -67404,7 +65510,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportTypesConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null } }, @@ -67419,12 +65525,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -67437,7 +65543,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -67506,8 +65612,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -67534,8 +65640,8 @@ "deprecationReason": null }, { - "name": "reportTypesByUpdatedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectManagersByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -67562,7 +65668,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -67572,7 +65678,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -67619,7 +65725,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -67628,7 +65734,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -67641,7 +65747,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportTypesConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -67656,12 +65762,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndCifUserIdManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -67674,7 +65780,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndCifUserIdManyToManyEdge", "ofType": null } } @@ -67743,8 +65849,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndCifUserIdManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -67771,8 +65877,8 @@ "deprecationReason": null }, { - "name": "reportTypesByArchivedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectManagersByCifUserId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -67799,7 +65905,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -67809,7 +65915,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -67856,7 +65962,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -67865,7 +65971,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -67878,7 +65984,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportTypesConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -67893,12 +65999,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -67911,7 +66017,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -67980,8 +66086,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectManagerUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -68008,8 +66114,8 @@ "deprecationReason": null }, { - "name": "reportTypesByUpdatedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectManagersByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -68036,7 +66142,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -68046,7 +66152,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -68093,7 +66199,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -68102,7 +66208,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -68115,7 +66221,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportTypesConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -68130,12 +66236,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectRevisionCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectRevision`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectRevision`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -68148,7 +66254,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectRevisionCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -68217,8 +66323,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectRevisionCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectRevision`.", "fields": [ { "name": "cursor", @@ -68245,8 +66351,8 @@ "deprecationReason": null }, { - "name": "reportTypesByArchivedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectRevisionsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -68273,7 +66379,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -68283,7 +66389,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -68298,16 +66404,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -68330,7 +66426,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -68339,7 +66435,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportTypesOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -68352,7 +66448,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportTypesConnection", + "name": "ProjectRevisionsConnection", "ofType": null } }, @@ -68367,12 +66463,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectRevisionUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectRevision`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectRevision`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -68385,7 +66481,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectRevisionUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -68454,8 +66550,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "name": "CifUserCifUsersByProjectRevisionUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectRevision`.", "fields": [ { "name": "cursor", @@ -68482,8 +66578,8 @@ "deprecationReason": null }, { - "name": "reportTypesByCreatedBy", - "description": "Reads and enables pagination through a set of `ReportType`.", + "name": "projectRevisionsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -68510,7 +66606,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -68520,7 +66616,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -68535,16 +66631,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -68567,244 +66653,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ReportTypesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ReportTypesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reportingRequirementsByCreatedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -68813,7 +66662,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -68826,7 +66675,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectRevisionsConnection", "ofType": null } }, @@ -68841,12 +66690,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -68859,7 +66708,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectStatusArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -68928,8 +66777,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", "fields": [ { "name": "cursor", @@ -68956,8 +66805,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -68984,7 +66833,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -68994,7 +66843,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -69041,7 +66890,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -69050,7 +66899,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -69063,7 +66912,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -69078,12 +66927,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -69096,7 +66945,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectStatusArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -69165,8 +67014,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", "fields": [ { "name": "cursor", @@ -69193,8 +67042,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByArchivedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -69221,7 +67070,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -69231,7 +67080,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -69278,7 +67127,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -69287,7 +67136,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -69300,7 +67149,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -69315,12 +67164,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -69333,7 +67182,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectStatusCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -69402,8 +67251,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", "fields": [ { "name": "cursor", @@ -69430,8 +67279,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -69458,7 +67307,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -69468,7 +67317,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -69515,7 +67364,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -69524,7 +67373,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -69537,7 +67386,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -69552,12 +67401,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -69570,7 +67419,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectStatusCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -69639,8 +67488,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", "fields": [ { "name": "cursor", @@ -69667,8 +67516,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByArchivedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -69695,7 +67544,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -69705,7 +67554,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -69752,7 +67601,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -69761,7 +67610,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -69774,7 +67623,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -69789,12 +67638,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -69807,7 +67656,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectStatusUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -69876,8 +67725,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserCifUsersByProjectStatusUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", "fields": [ { "name": "cursor", @@ -69904,8 +67753,8 @@ "deprecationReason": null }, { - "name": "reportingRequirementsByCreatedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -69932,7 +67781,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -69942,7 +67791,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -69989,7 +67838,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -69998,7 +67847,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -70011,7 +67860,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -70026,12 +67875,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Sector`.", + "name": "CifUserCifUsersByProjectStatusUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -70044,7 +67893,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectStatusUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -70113,8 +67962,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Sector`.", + "name": "CifUserCifUsersByProjectStatusUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectStatus`.", "fields": [ { "name": "cursor", @@ -70141,8 +67990,8 @@ "deprecationReason": null }, { - "name": "sectorsByCreatedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "projectStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -70169,7 +68018,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -70179,7 +68028,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -70226,7 +68075,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -70235,7 +68084,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -70248,7 +68097,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", + "name": "ProjectStatusesConnection", "ofType": null } }, @@ -70263,12 +68112,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectType`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -70281,7 +68130,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectTypeArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -70350,8 +68199,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectType`.", "fields": [ { "name": "cursor", @@ -70378,8 +68227,8 @@ "deprecationReason": null }, { - "name": "sectorsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "projectTypesByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -70406,7 +68255,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -70416,7 +68265,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -70463,7 +68312,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -70472,7 +68321,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -70485,7 +68334,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -70500,12 +68349,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectType`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -70518,7 +68367,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectTypeArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -70587,8 +68436,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectType`.", "fields": [ { "name": "cursor", @@ -70615,8 +68464,8 @@ "deprecationReason": null }, { - "name": "sectorsByArchivedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "projectTypesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -70643,7 +68492,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -70653,7 +68502,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -70700,7 +68549,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -70709,7 +68558,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -70722,7 +68571,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -70737,12 +68586,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectType`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -70755,7 +68604,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectTypeCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -70824,8 +68673,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectType`.", "fields": [ { "name": "cursor", @@ -70852,8 +68701,8 @@ "deprecationReason": null }, { - "name": "sectorsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "projectTypesByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -70880,7 +68729,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -70890,7 +68739,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -70937,7 +68786,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -70946,7 +68795,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -70959,7 +68808,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -70974,12 +68823,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectType`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -70992,7 +68841,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge", + "name": "CifUserCifUsersByProjectTypeCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -71061,8 +68910,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectType`.", "fields": [ { "name": "cursor", @@ -71089,8 +68938,8 @@ "deprecationReason": null }, { - "name": "sectorsByArchivedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "projectTypesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -71117,7 +68966,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -71127,7 +68976,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -71174,7 +69023,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -71183,7 +69032,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -71196,7 +69045,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -71211,12 +69060,12 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectType`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -71229,7 +69078,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyEdge", + "name": "CifUserCifUsersByProjectTypeUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -71298,8 +69147,8 @@ }, { "kind": "OBJECT", - "name": "CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Sector`.", + "name": "CifUserCifUsersByProjectTypeUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectType`.", "fields": [ { "name": "cursor", @@ -71326,8 +69175,8 @@ "deprecationReason": null }, { - "name": "sectorsByCreatedBy", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "projectTypesByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -71354,7 +69203,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -71364,7 +69213,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -71411,7 +69260,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -71420,7 +69269,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -71433,7 +69282,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorsConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -71446,135 +69295,14 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "description": "A condition to be used against `CifUser` object types. All fields are tested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "emailAddress", - "description": "Checks for equality with the object’s `emailAddress` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "familyName", - "description": "Checks for equality with the object’s `familyName` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "givenName", - "description": "Checks for equality with the object’s `givenName` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "uuid", - "description": "Checks for equality with the object’s `uuid` field.", - "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactArchivedByAndContactIdManyToManyConnection", - "description": "A connection to a list of `Contact` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByProjectTypeUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectType`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Contact`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectType`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -71587,7 +69315,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactArchivedByAndContactIdManyToManyEdge", + "name": "CifUserCifUsersByProjectTypeUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -71598,7 +69326,7 @@ }, { "name": "nodes", - "description": "A list of `Contact` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -71608,7 +69336,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Contact", + "name": "CifUser", "ofType": null } } @@ -71634,7 +69362,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Contact` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -71656,8 +69384,8 @@ }, { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactArchivedByAndContactIdManyToManyEdge", - "description": "A `Contact` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByProjectTypeUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectType`.", "fields": [ { "name": "cursor", @@ -71673,19 +69401,19 @@ }, { "name": "node", - "description": "The `Contact` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Contact", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectContactsByContactId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "projectTypesByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -71712,7 +69440,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -71722,7 +69450,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -71769,7 +69497,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -71778,7 +69506,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -71791,7 +69519,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "ProjectTypesConnection", "ofType": null } }, @@ -71806,12 +69534,12 @@ }, { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactCreatedByAndContactIdManyToManyConnection", - "description": "A connection to a list of `Contact` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Contact`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -71824,7 +69552,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactCreatedByAndContactIdManyToManyEdge", + "name": "CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -71835,7 +69563,7 @@ }, { "name": "nodes", - "description": "A list of `Contact` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -71845,7 +69573,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Contact", + "name": "CifUser", "ofType": null } } @@ -71871,7 +69599,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Contact` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -71893,8 +69621,8 @@ }, { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactCreatedByAndContactIdManyToManyEdge", - "description": "A `Contact` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByProjectUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -71910,19 +69638,19 @@ }, { "name": "node", - "description": "The `Contact` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Contact", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectContactsByContactId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "projectsByArchivedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -71949,7 +69677,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -71959,7 +69687,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -72006,7 +69734,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -72015,7 +69743,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -72028,7 +69756,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -72043,12 +69771,12 @@ }, { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactUpdatedByAndContactIdManyToManyConnection", - "description": "A connection to a list of `Contact` values, with data from `ProjectContact`.", + "name": "CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Contact`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -72061,7 +69789,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactUpdatedByAndContactIdManyToManyEdge", + "name": "CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -72072,7 +69800,7 @@ }, { "name": "nodes", - "description": "A list of `Contact` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -72082,7 +69810,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Contact", + "name": "CifUser", "ofType": null } } @@ -72108,7 +69836,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Contact` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -72130,8 +69858,8 @@ }, { "kind": "OBJECT", - "name": "CifUserContactsByProjectContactUpdatedByAndContactIdManyToManyEdge", - "description": "A `Contact` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserCifUsersByProjectUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -72147,19 +69875,19 @@ }, { "name": "node", - "description": "The `Contact` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Contact", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectContactsByContactId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "projectsByCreatedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -72186,7 +69914,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -72196,7 +69924,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -72243,7 +69971,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -72252,7 +69980,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -72265,7 +69993,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -72279,1729 +70007,2731 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "description": "A filter to be used against `CifUser` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "fields": [ { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge", + "ofType": null + } } } }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "attachmentsByArchivedBy", - "description": "Filter by the object’s `attachmentsByArchivedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyAttachmentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "attachmentsByArchivedByExist", - "description": "Some related `attachmentsByArchivedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "attachmentsByCreatedBy", - "description": "Filter by the object’s `attachmentsByCreatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyAttachmentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "fields": [ { - "name": "attachmentsByCreatedByExist", - "description": "Some related `attachmentsByCreatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "attachmentsByUpdatedBy", - "description": "Filter by the object’s `attachmentsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyAttachmentFilter", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "attachmentsByUpdatedByExist", - "description": "Some related `attachmentsByUpdatedBy` exist.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatusesByArchivedBy", - "description": "Filter by the object’s `changeStatusesByArchivedBy` relation.", + "name": "reportTypesByCreatedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyChangeStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportTypesConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "fields": [ { - "name": "changeStatusesByArchivedByExist", - "description": "Some related `changeStatusesByArchivedBy` exist.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatusesByCreatedBy", - "description": "Filter by the object’s `changeStatusesByCreatedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyChangeStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatusesByCreatedByExist", - "description": "Some related `changeStatusesByCreatedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatusesByUpdatedBy", - "description": "Filter by the object’s `changeStatusesByUpdatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyChangeStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "fields": [ { - "name": "changeStatusesByUpdatedByExist", - "description": "Some related `changeStatusesByUpdatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "name": "reportTypesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportTypesConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "fields": [ { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUsersByArchivedBy", - "description": "Filter by the object’s `cifUsersByArchivedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyCifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "fields": [ { - "name": "cifUsersByArchivedByExist", - "description": "Some related `cifUsersByArchivedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUsersByCreatedBy", - "description": "Filter by the object’s `cifUsersByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyCifUserFilter", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUsersByCreatedByExist", - "description": "Some related `cifUsersByCreatedBy` exist.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUsersByUpdatedBy", - "description": "Filter by the object’s `cifUsersByUpdatedBy` relation.", + "name": "reportTypesByArchivedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyCifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportTypesConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "fields": [ { - "name": "cifUsersByUpdatedByExist", - "description": "Some related `cifUsersByUpdatedBy` exist.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contactsByArchivedBy", - "description": "Filter by the object’s `contactsByArchivedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyContactFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contactsByArchivedByExist", - "description": "Some related `contactsByArchivedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contactsByCreatedBy", - "description": "Filter by the object’s `contactsByCreatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyContactFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "fields": [ { - "name": "contactsByCreatedByExist", - "description": "Some related `contactsByCreatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contactsByUpdatedBy", - "description": "Filter by the object’s `contactsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyContactFilter", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contactsByUpdatedByExist", - "description": "Some related `contactsByUpdatedBy` exist.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", + "name": "reportTypesByUpdatedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportTypesConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "fields": [ { - "name": "emailAddress", - "description": "Filter by the object’s `emailAddress` field.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercentsByArchivedBy", - "description": "Filter by the object’s `emissionIntensityPaymentPercentsByArchivedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyEmissionIntensityPaymentPercentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercentsByArchivedByExist", - "description": "Some related `emissionIntensityPaymentPercentsByArchivedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercentsByCreatedBy", - "description": "Filter by the object’s `emissionIntensityPaymentPercentsByCreatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyEmissionIntensityPaymentPercentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "fields": [ { - "name": "emissionIntensityPaymentPercentsByCreatedByExist", - "description": "Some related `emissionIntensityPaymentPercentsByCreatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "emissionIntensityPaymentPercentsByUpdatedBy", - "description": "Filter by the object’s `emissionIntensityPaymentPercentsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyEmissionIntensityPaymentPercentFilter", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercentsByUpdatedByExist", - "description": "Some related `emissionIntensityPaymentPercentsByUpdatedBy` exist.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityReportsByArchivedBy", - "description": "Filter by the object’s `emissionIntensityReportsByArchivedBy` relation.", + "name": "reportTypesByArchivedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyEmissionIntensityReportFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportTypesConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportType`.", + "fields": [ { - "name": "emissionIntensityReportsByArchivedByExist", - "description": "Some related `emissionIntensityReportsByArchivedBy` exist.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportType`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityReportsByCreatedBy", - "description": "Filter by the object’s `emissionIntensityReportsByCreatedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyEmissionIntensityReportFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityReportsByCreatedByExist", - "description": "Some related `emissionIntensityReportsByCreatedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityReportsByUpdatedBy", - "description": "Filter by the object’s `emissionIntensityReportsByUpdatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyEmissionIntensityReportFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportTypeUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportType`.", + "fields": [ { - "name": "emissionIntensityReportsByUpdatedByExist", - "description": "Some related `emissionIntensityReportsByUpdatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "familyName", - "description": "Filter by the object’s `familyName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangesByCreatedBy", - "description": "Filter by the object’s `formChangesByCreatedBy` relation.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFormChangeFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangesByCreatedByExist", - "description": "Some related `formChangesByCreatedBy` exist.", + "name": "reportTypesByCreatedBy", + "description": "Reads and enables pagination through a set of `ReportType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportTypesConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "formChangesByUpdatedBy", - "description": "Filter by the object’s `formChangesByUpdatedBy` relation.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFormChangeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangesByUpdatedByExist", - "description": "Some related `formChangesByUpdatedBy` exist.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fullName", - "description": "Filter by the object’s `fullName` field.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingParametersByArchivedBy", - "description": "Filter by the object’s `fundingParametersByArchivedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingParameterFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "fundingParametersByArchivedByExist", - "description": "Some related `fundingParametersByArchivedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingParametersByCreatedBy", - "description": "Filter by the object’s `fundingParametersByCreatedBy` relation.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingParameterFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingParametersByCreatedByExist", - "description": "Some related `fundingParametersByCreatedBy` exist.", + "name": "reportingRequirementsByCreatedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "fundingParametersByUpdatedBy", - "description": "Filter by the object’s `fundingParametersByUpdatedBy` relation.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingParameterFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingParametersByUpdatedByExist", - "description": "Some related `fundingParametersByUpdatedBy` exist.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByArchivedBy", - "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByArchivedBy` relation.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamRfpProjectStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByArchivedByExist", - "description": "Some related `fundingStreamRfpProjectStatusesByArchivedBy` exist.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "fundingStreamRfpProjectStatusesByCreatedBy", - "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByCreatedBy` relation.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamRfpProjectStatusFilter", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByCreatedByExist", - "description": "Some related `fundingStreamRfpProjectStatusesByCreatedBy` exist.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByUpdatedBy", - "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByUpdatedBy` relation.", + "name": "reportingRequirementsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamRfpProjectStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "fundingStreamRfpProjectStatusesByUpdatedByExist", - "description": "Some related `fundingStreamRfpProjectStatusesByUpdatedBy` exist.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpsByArchivedBy", - "description": "Filter by the object’s `fundingStreamRfpsByArchivedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamRfpFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpsByArchivedByExist", - "description": "Some related `fundingStreamRfpsByArchivedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpsByCreatedBy", - "description": "Filter by the object’s `fundingStreamRfpsByCreatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamRfpFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "fundingStreamRfpsByCreatedByExist", - "description": "Some related `fundingStreamRfpsByCreatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpsByUpdatedBy", - "description": "Filter by the object’s `fundingStreamRfpsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamRfpFilter", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpsByUpdatedByExist", - "description": "Some related `fundingStreamRfpsByUpdatedBy` exist.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamsByArchivedBy", - "description": "Filter by the object’s `fundingStreamsByArchivedBy` relation.", + "name": "reportingRequirementsByArchivedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "fundingStreamsByArchivedByExist", - "description": "Some related `fundingStreamsByArchivedBy` exist.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamsByCreatedBy", - "description": "Filter by the object’s `fundingStreamsByCreatedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamsByCreatedByExist", - "description": "Some related `fundingStreamsByCreatedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamsByUpdatedBy", - "description": "Filter by the object’s `fundingStreamsByUpdatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "fundingStreamsByUpdatedByExist", - "description": "Some related `fundingStreamsByUpdatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "givenName", - "description": "Filter by the object’s `givenName` field.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "keycloakJwtsBySub", - "description": "Filter by the object’s `keycloakJwtsBySub` relation.", + "name": "reportingRequirementsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyKeycloakJwtFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "keycloakJwtsBySubExist", - "description": "Some related `keycloakJwtsBySub` exist.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "milestoneReportsByArchivedBy", - "description": "Filter by the object’s `milestoneReportsByArchivedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyMilestoneReportFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "milestoneReportsByArchivedByExist", - "description": "Some related `milestoneReportsByArchivedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "milestoneReportsByCreatedBy", - "description": "Filter by the object’s `milestoneReportsByCreatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyMilestoneReportFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "milestoneReportsByCreatedByExist", - "description": "Some related `milestoneReportsByCreatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "milestoneReportsByUpdatedBy", - "description": "Filter by the object’s `milestoneReportsByUpdatedBy` relation.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyMilestoneReportFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "milestoneReportsByUpdatedByExist", - "description": "Some related `milestoneReportsByUpdatedBy` exist.", + "name": "reportingRequirementsByArchivedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "not", - "description": "Negates the expression.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "operatorsByArchivedBy", - "description": "Filter by the object’s `operatorsByArchivedBy` relation.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyOperatorFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "operatorsByArchivedByExist", - "description": "Some related `operatorsByArchivedBy` exist.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "operatorsByCreatedBy", - "description": "Filter by the object’s `operatorsByCreatedBy` relation.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyOperatorFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserCifUsersByReportingRequirementUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "operatorsByCreatedByExist", - "description": "Some related `operatorsByCreatedBy` exist.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "operatorsByUpdatedBy", - "description": "Filter by the object’s `operatorsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyOperatorFilter", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "operatorsByUpdatedByExist", - "description": "Some related `operatorsByUpdatedBy` exist.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null - }, - { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "paymentsByArchivedBy", - "description": "Filter by the object’s `paymentsByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyPaymentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "paymentsByArchivedByExist", - "description": "Some related `paymentsByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "paymentsByCreatedBy", - "description": "Filter by the object’s `paymentsByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyPaymentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "paymentsByCreatedByExist", - "description": "Some related `paymentsByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "paymentsByUpdatedBy", - "description": "Filter by the object’s `paymentsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyPaymentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "paymentsByUpdatedByExist", - "description": "Some related `paymentsByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectContactsByArchivedBy", - "description": "Filter by the object’s `projectContactsByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectContactsByArchivedByExist", - "description": "Some related `projectContactsByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectContactsByCreatedBy", - "description": "Filter by the object’s `projectContactsByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectContactsByCreatedByExist", - "description": "Some related `projectContactsByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectContactsByUpdatedBy", - "description": "Filter by the object’s `projectContactsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectContactsByUpdatedByExist", - "description": "Some related `projectContactsByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagerLabelsByArchivedBy", - "description": "Filter by the object’s `projectManagerLabelsByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagerLabelsByArchivedByExist", - "description": "Some related `projectManagerLabelsByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagerLabelsByCreatedBy", - "description": "Filter by the object’s `projectManagerLabelsByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagerLabelsByCreatedByExist", - "description": "Some related `projectManagerLabelsByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagerLabelsByUpdatedBy", - "description": "Filter by the object’s `projectManagerLabelsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagerLabelsByUpdatedByExist", - "description": "Some related `projectManagerLabelsByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByArchivedBy", - "description": "Filter by the object’s `projectManagersByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByArchivedByExist", - "description": "Some related `projectManagersByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByCifUserId", - "description": "Filter by the object’s `projectManagersByCifUserId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByCifUserIdExist", - "description": "Some related `projectManagersByCifUserId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByCreatedBy", - "description": "Filter by the object’s `projectManagersByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByCreatedByExist", - "description": "Some related `projectManagersByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByUpdatedBy", - "description": "Filter by the object’s `projectManagersByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByUpdatedByExist", - "description": "Some related `projectManagersByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectRevisionsByCreatedBy", - "description": "Filter by the object’s `projectRevisionsByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectRevisionsByCreatedByExist", - "description": "Some related `projectRevisionsByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectRevisionsByUpdatedBy", - "description": "Filter by the object’s `projectRevisionsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectRevisionsByUpdatedByExist", - "description": "Some related `projectRevisionsByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusesByArchivedBy", - "description": "Filter by the object’s `projectStatusesByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusesByArchivedByExist", - "description": "Some related `projectStatusesByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusesByCreatedBy", - "description": "Filter by the object’s `projectStatusesByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusesByCreatedByExist", - "description": "Some related `projectStatusesByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusesByUpdatedBy", - "description": "Filter by the object’s `projectStatusesByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusesByUpdatedByExist", - "description": "Some related `projectStatusesByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsByArchivedBy", - "description": "Filter by the object’s `projectsByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsByArchivedByExist", - "description": "Some related `projectsByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsByCreatedBy", - "description": "Filter by the object’s `projectsByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsByCreatedByExist", - "description": "Some related `projectsByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsByUpdatedBy", - "description": "Filter by the object’s `projectsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsByUpdatedByExist", - "description": "Some related `projectsByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportTypesByArchivedBy", - "description": "Filter by the object’s `reportTypesByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyReportTypeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportTypesByArchivedByExist", - "description": "Some related `reportTypesByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportTypesByCreatedBy", - "description": "Filter by the object’s `reportTypesByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyReportTypeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportTypesByCreatedByExist", - "description": "Some related `reportTypesByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportTypesByUpdatedBy", - "description": "Filter by the object’s `reportTypesByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyReportTypeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportTypesByUpdatedByExist", - "description": "Some related `reportTypesByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportingRequirementsByArchivedBy", - "description": "Filter by the object’s `reportingRequirementsByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportingRequirementsByArchivedByExist", - "description": "Some related `reportingRequirementsByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { "name": "reportingRequirementsByCreatedBy", - "description": "Filter by the object’s `reportingRequirementsByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportingRequirementsByCreatedByExist", - "description": "Some related `reportingRequirementsByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportingRequirementsByUpdatedBy", - "description": "Filter by the object’s `reportingRequirementsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportingRequirementsByUpdatedByExist", - "description": "Some related `reportingRequirementsByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorsByArchivedBy", - "description": "Filter by the object’s `sectorsByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManySectorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorsByArchivedByExist", - "description": "Some related `sectorsByArchivedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorsByCreatedBy", - "description": "Filter by the object’s `sectorsByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManySectorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorsByCreatedByExist", - "description": "Some related `sectorsByCreatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorsByUpdatedBy", - "description": "Filter by the object’s `sectorsByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserToManySectorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorsByUpdatedByExist", - "description": "Some related `sectorsByUpdatedBy` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "uuid", - "description": "Filter by the object’s `uuid` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "UUIDFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserFormChangesByFormChangeCreatedByAndPreviousFormChangeIdManyToManyConnection", - "description": "A connection to a list of `FormChange` values, with data from `FormChange`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `FormChange`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserFormChangesByFormChangeCreatedByAndPreviousFormChangeIdManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `FormChange` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `FormChange` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserFormChangesByFormChangeCreatedByAndPreviousFormChangeIdManyToManyEdge", - "description": "A `FormChange` edge in the connection, with data from `FormChange`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formChangesByPreviousFormChangeId", - "description": "Reads and enables pagination through a set of `FormChange`.", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -74028,7 +72758,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -74038,7 +72768,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -74053,6 +72783,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -74075,7 +72815,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -74084,7 +72824,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -74097,24 +72837,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "ReportingRequirementsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `FormChange` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -74124,12 +72852,12 @@ }, { "kind": "OBJECT", - "name": "CifUserFormChangesByFormChangeUpdatedByAndPreviousFormChangeIdManyToManyConnection", - "description": "A connection to a list of `FormChange` values, with data from `FormChange`.", + "name": "CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Sector`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FormChange`, info from the `FormChange`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -74142,7 +72870,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFormChangesByFormChangeUpdatedByAndPreviousFormChangeIdManyToManyEdge", + "name": "CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -74153,7 +72881,7 @@ }, { "name": "nodes", - "description": "A list of `FormChange` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -74163,7 +72891,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChange", + "name": "CifUser", "ofType": null } } @@ -74189,7 +72917,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FormChange` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -74211,8 +72939,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFormChangesByFormChangeUpdatedByAndPreviousFormChangeIdManyToManyEdge", - "description": "A `FormChange` edge in the connection, with data from `FormChange`.", + "name": "CifUserCifUsersBySectorArchivedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Sector`.", "fields": [ { "name": "cursor", @@ -74227,8 +72955,20 @@ "deprecationReason": null }, { - "name": "formChangesByPreviousFormChangeId", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sectorsByCreatedBy", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -74255,7 +72995,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -74265,7 +73005,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -74280,6 +73020,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -74302,7 +73052,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -74311,7 +73061,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -74324,24 +73074,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "SectorsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `FormChange` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -74351,12 +73089,12 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Sector`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -74369,7 +73107,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpIdManyToManyEdge", + "name": "CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -74380,7 +73118,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -74390,7 +73128,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null } } @@ -74416,7 +73154,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -74438,8 +73176,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersBySectorArchivedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Sector`.", "fields": [ { "name": "cursor", @@ -74454,8 +73192,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sectorsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -74482,7 +73232,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -74492,7 +73242,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -74539,7 +73289,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -74548,7 +73298,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -74561,24 +73311,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "SectorsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -74588,12 +73326,12 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Sector`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -74606,7 +73344,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpIdManyToManyEdge", + "name": "CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -74617,7 +73355,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -74627,7 +73365,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null } } @@ -74653,7 +73391,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -74675,8 +73413,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersBySectorCreatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Sector`.", "fields": [ { "name": "cursor", @@ -74691,8 +73429,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sectorsByArchivedBy", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -74719,7 +73469,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -74729,7 +73479,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -74776,7 +73526,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -74785,7 +73535,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -74798,24 +73548,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "SectorsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -74825,12 +73563,12 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Sector`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -74843,7 +73581,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpIdManyToManyEdge", + "name": "CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge", "ofType": null } } @@ -74854,7 +73592,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -74864,7 +73602,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null } } @@ -74890,7 +73628,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -74912,8 +73650,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserCifUsersBySectorCreatedByAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Sector`.", "fields": [ { "name": "cursor", @@ -74928,8 +73666,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sectorsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -74956,7 +73706,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -74966,7 +73716,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -75013,7 +73763,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -75022,7 +73772,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -75035,24 +73785,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "SectorsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -75062,12 +73800,12 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectArchivedByAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", + "name": "CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Sector`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -75080,7 +73818,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectArchivedByAndFundingStreamRfpIdManyToManyEdge", + "name": "CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge", "ofType": null } } @@ -75091,7 +73829,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -75101,7 +73839,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null } } @@ -75127,7 +73865,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -75149,8 +73887,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectArchivedByAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", + "name": "CifUserCifUsersBySectorUpdatedByAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Sector`.", "fields": [ { "name": "cursor", @@ -75166,19 +73904,19 @@ }, { "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "sectorsByArchivedBy", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -75205,7 +73943,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -75215,7 +73953,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -75262,7 +74000,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -75271,7 +74009,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -75284,7 +74022,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "SectorsConnection", "ofType": null } }, @@ -75299,12 +74037,12 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectCreatedByAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", + "name": "CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Sector`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Sector`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -75317,7 +74055,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectCreatedByAndFundingStreamRfpIdManyToManyEdge", + "name": "CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyEdge", "ofType": null } } @@ -75328,7 +74066,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -75338,7 +74076,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null } } @@ -75364,7 +74102,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -75386,8 +74124,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectCreatedByAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", + "name": "CifUserCifUsersBySectorUpdatedByAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Sector`.", "fields": [ { "name": "cursor", @@ -75403,19 +74141,19 @@ }, { "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "sectorsByCreatedBy", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -75442,7 +74180,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -75452,7 +74190,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -75499,7 +74237,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -75508,7 +74246,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -75521,7 +74259,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "SectorsConnection", "ofType": null } }, @@ -75534,14 +74272,135 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "description": "A condition to be used against `CifUser` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emailAddress", + "description": "Checks for equality with the object’s `emailAddress` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "familyName", + "description": "Checks for equality with the object’s `familyName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "givenName", + "description": "Checks for equality with the object’s `givenName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uuid", + "description": "Checks for equality with the object’s `uuid` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", + "name": "CifUserContactsByProjectContactArchivedByAndContactIdManyToManyConnection", + "description": "A connection to a list of `Contact` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Contact`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -75554,7 +74413,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpIdManyToManyEdge", + "name": "CifUserContactsByProjectContactArchivedByAndContactIdManyToManyEdge", "ofType": null } } @@ -75565,7 +74424,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `Contact` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -75575,7 +74434,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "Contact", "ofType": null } } @@ -75601,7 +74460,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `Contact` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -75623,8 +74482,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", + "name": "CifUserContactsByProjectContactArchivedByAndContactIdManyToManyEdge", + "description": "A `Contact` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -75640,19 +74499,19 @@ }, { "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", + "description": "The `Contact` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "Contact", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectContactsByContactId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -75679,7 +74538,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -75689,7 +74548,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -75736,7 +74595,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -75745,7 +74604,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -75758,7 +74617,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -75773,12 +74632,12 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpArchivedByAndFundingStreamIdManyToManyConnection", - "description": "A connection to a list of `FundingStream` values, with data from `FundingStreamRfp`.", + "name": "CifUserContactsByProjectContactCreatedByAndContactIdManyToManyConnection", + "description": "A connection to a list of `Contact` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStream`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Contact`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -75791,7 +74650,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpArchivedByAndFundingStreamIdManyToManyEdge", + "name": "CifUserContactsByProjectContactCreatedByAndContactIdManyToManyEdge", "ofType": null } } @@ -75802,7 +74661,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStream` objects.", + "description": "A list of `Contact` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -75812,7 +74671,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStream", + "name": "Contact", "ofType": null } } @@ -75838,7 +74697,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStream` you could get from the connection.", + "description": "The count of *all* `Contact` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -75860,8 +74719,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpArchivedByAndFundingStreamIdManyToManyEdge", - "description": "A `FundingStream` edge in the connection, with data from `FundingStreamRfp`.", + "name": "CifUserContactsByProjectContactCreatedByAndContactIdManyToManyEdge", + "description": "A `Contact` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -75876,8 +74735,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByFundingStreamId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "node", + "description": "The `Contact` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Contact", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectContactsByContactId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -75904,7 +74775,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -75914,7 +74785,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -75961,7 +74832,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -75970,7 +74841,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -75983,24 +74854,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `FundingStream` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStream", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -76010,12 +74869,12 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpCreatedByAndFundingStreamIdManyToManyConnection", - "description": "A connection to a list of `FundingStream` values, with data from `FundingStreamRfp`.", + "name": "CifUserContactsByProjectContactUpdatedByAndContactIdManyToManyConnection", + "description": "A connection to a list of `Contact` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStream`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Contact`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -76028,7 +74887,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpCreatedByAndFundingStreamIdManyToManyEdge", + "name": "CifUserContactsByProjectContactUpdatedByAndContactIdManyToManyEdge", "ofType": null } } @@ -76039,7 +74898,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStream` objects.", + "description": "A list of `Contact` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -76049,7 +74908,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStream", + "name": "Contact", "ofType": null } } @@ -76075,7 +74934,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStream` you could get from the connection.", + "description": "The count of *all* `Contact` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -76097,8 +74956,8 @@ }, { "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpCreatedByAndFundingStreamIdManyToManyEdge", - "description": "A `FundingStream` edge in the connection, with data from `FundingStreamRfp`.", + "name": "CifUserContactsByProjectContactUpdatedByAndContactIdManyToManyEdge", + "description": "A `Contact` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -76113,8 +74972,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByFundingStreamId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "node", + "description": "The `Contact` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Contact", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectContactsByContactId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -76141,7 +75012,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -76151,7 +75022,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -76198,7 +75069,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -76207,7 +75078,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -76220,24 +75091,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `FundingStream` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStream", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -76246,1898 +75105,1690 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamIdManyToManyConnection", - "description": "A connection to a list of `FundingStream` values, with data from `FundingStreamRfp`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "description": "A filter to be used against `CifUser` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `FundingStream`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", - "args": [], + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamIdManyToManyEdge", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `FundingStream` objects.", - "args": [], + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStream", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `FundingStream` you could get from the connection.", - "args": [], + "name": "attachmentsByArchivedBy", + "description": "Filter by the object’s `attachmentsByArchivedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyAttachmentFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserFundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamIdManyToManyEdge", - "description": "A `FundingStream` edge in the connection, with data from `FundingStreamRfp`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "attachmentsByArchivedByExist", + "description": "Some related `attachmentsByArchivedBy` exist.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "fundingStreamRfpsByFundingStreamId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "attachmentsByCreatedBy", + "description": "Filter by the object’s `attachmentsByCreatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyAttachmentFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `FundingStream` at the end of the edge.", - "args": [], + "name": "attachmentsByCreatedByExist", + "description": "Some related `attachmentsByCreatedBy` exist.", "type": { - "kind": "OBJECT", - "name": "FundingStream", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserInput", - "description": "An input for mutations affecting `CifUser`", - "fields": null, - "inputFields": [ + "defaultValue": null + }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "attachmentsByUpdatedBy", + "description": "Filter by the object’s `attachmentsByUpdatedBy` relation.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyAttachmentFilter", "ofType": null }, "defaultValue": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "attachmentsByUpdatedByExist", + "description": "Some related `attachmentsByUpdatedBy` exist.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "changeStatusesByArchivedBy", + "description": "Filter by the object’s `changeStatusesByArchivedBy` relation.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyChangeStatusFilter", "ofType": null }, "defaultValue": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "changeStatusesByArchivedByExist", + "description": "Some related `changeStatusesByArchivedBy` exist.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "emailAddress", - "description": "User's email address", + "name": "changeStatusesByCreatedBy", + "description": "Filter by the object’s `changeStatusesByCreatedBy` relation.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyChangeStatusFilter", "ofType": null }, "defaultValue": null }, { - "name": "familyName", - "description": "User's last name", + "name": "changeStatusesByCreatedByExist", + "description": "Some related `changeStatusesByCreatedBy` exist.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "givenName", - "description": "User's first name", + "name": "changeStatusesByUpdatedBy", + "description": "Filter by the object’s `changeStatusesByUpdatedBy` relation.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyChangeStatusFilter", "ofType": null }, "defaultValue": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "changeStatusesByUpdatedByExist", + "description": "Some related `changeStatusesByUpdatedBy` exist.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "uuid", - "description": "Universally Unique ID for the user, defined by the single sign-on provider", + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectArchivedByAndOperatorIdManyToManyConnection", - "description": "A connection to a list of `Operator` values, with data from `Project`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectArchivedByAndOperatorIdManyToManyEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `Operator` objects.", - "args": [], + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Operator", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `Operator` you could get from the connection.", - "args": [], + "name": "cifUsersByArchivedBy", + "description": "Filter by the object’s `cifUsersByArchivedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyCifUserFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectArchivedByAndOperatorIdManyToManyEdge", - "description": "A `Operator` edge in the connection, with data from `Project`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "cifUsersByArchivedByExist", + "description": "Some related `cifUsersByArchivedBy` exist.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `Operator` at the end of the edge.", - "args": [], + "name": "cifUsersByCreatedBy", + "description": "Filter by the object’s `cifUsersByCreatedBy` relation.", "type": { - "kind": "OBJECT", - "name": "Operator", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyCifUserFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectsByOperatorId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "cifUsersByCreatedByExist", + "description": "Some related `cifUsersByCreatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectCreatedByAndOperatorIdManyToManyConnection", - "description": "A connection to a list of `Operator` values, with data from `Project`.", - "fields": [ + "defaultValue": null + }, { - "name": "edges", - "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "cifUsersByUpdatedBy", + "description": "Filter by the object’s `cifUsersByUpdatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectCreatedByAndOperatorIdManyToManyEdge", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyCifUserFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `Operator` objects.", - "args": [], + "name": "cifUsersByUpdatedByExist", + "description": "Some related `cifUsersByUpdatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Operator", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "contactsByArchivedBy", + "description": "Filter by the object’s `contactsByArchivedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyContactFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `Operator` you could get from the connection.", - "args": [], + "name": "contactsByArchivedByExist", + "description": "Some related `contactsByArchivedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectCreatedByAndOperatorIdManyToManyEdge", - "description": "A `Operator` edge in the connection, with data from `Project`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "contactsByCreatedBy", + "description": "Filter by the object’s `contactsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contactsByCreatedByExist", + "description": "Some related `contactsByCreatedBy` exist.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `Operator` at the end of the edge.", - "args": [], + "name": "contactsByUpdatedBy", + "description": "Filter by the object’s `contactsByUpdatedBy` relation.", "type": { - "kind": "OBJECT", - "name": "Operator", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyContactFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectsByOperatorId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "contactsByUpdatedByExist", + "description": "Some related `contactsByUpdatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectUpdatedByAndOperatorIdManyToManyConnection", - "description": "A connection to a list of `Operator` values, with data from `Project`.", - "fields": [ + "defaultValue": null + }, { - "name": "edges", - "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectUpdatedByAndOperatorIdManyToManyEdge", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `Operator` objects.", - "args": [], + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Operator", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "emailAddress", + "description": "Filter by the object’s `emailAddress` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `Operator` you could get from the connection.", - "args": [], + "name": "emissionIntensityPaymentPercentsByArchivedBy", + "description": "Filter by the object’s `emissionIntensityPaymentPercentsByArchivedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyEmissionIntensityPaymentPercentFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserOperatorsByProjectUpdatedByAndOperatorIdManyToManyEdge", - "description": "A `Operator` edge in the connection, with data from `Project`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "emissionIntensityPaymentPercentsByArchivedByExist", + "description": "Some related `emissionIntensityPaymentPercentsByArchivedBy` exist.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `Operator` at the end of the edge.", - "args": [], + "name": "emissionIntensityPaymentPercentsByCreatedBy", + "description": "Filter by the object’s `emissionIntensityPaymentPercentsByCreatedBy` relation.", "type": { - "kind": "OBJECT", - "name": "Operator", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyEmissionIntensityPaymentPercentFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectsByOperatorId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "emissionIntensityPaymentPercentsByCreatedByExist", + "description": "Some related `emissionIntensityPaymentPercentsByCreatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserPatch", - "description": "Represents an update to a `CifUser`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + "defaultValue": null + }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "emissionIntensityPaymentPercentsByUpdatedBy", + "description": "Filter by the object’s `emissionIntensityPaymentPercentsByUpdatedBy` relation.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyEmissionIntensityPaymentPercentFilter", "ofType": null }, "defaultValue": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "emissionIntensityPaymentPercentsByUpdatedByExist", + "description": "Some related `emissionIntensityPaymentPercentsByUpdatedBy` exist.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "emissionIntensityReportsByArchivedBy", + "description": "Filter by the object’s `emissionIntensityReportsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyEmissionIntensityReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emissionIntensityReportsByArchivedByExist", + "description": "Some related `emissionIntensityReportsByArchivedBy` exist.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "emissionIntensityReportsByCreatedBy", + "description": "Filter by the object’s `emissionIntensityReportsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyEmissionIntensityReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emissionIntensityReportsByCreatedByExist", + "description": "Some related `emissionIntensityReportsByCreatedBy` exist.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "emailAddress", - "description": "User's email address", + "name": "emissionIntensityReportsByUpdatedBy", + "description": "Filter by the object’s `emissionIntensityReportsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyEmissionIntensityReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emissionIntensityReportsByUpdatedByExist", + "description": "Some related `emissionIntensityReportsByUpdatedBy` exist.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "familyName", - "description": "User's last name", + "description": "Filter by the object’s `familyName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formChangesByCreatedBy", + "description": "Filter by the object’s `formChangesByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formChangesByCreatedByExist", + "description": "Some related `formChangesByCreatedBy` exist.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "givenName", - "description": "User's first name", + "name": "formChangesByUpdatedBy", + "description": "Filter by the object’s `formChangesByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formChangesByUpdatedByExist", + "description": "Some related `formChangesByUpdatedBy` exist.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "fullName", + "description": "Filter by the object’s `fullName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fundingParametersByArchivedBy", + "description": "Filter by the object’s `fundingParametersByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fundingParametersByArchivedByExist", + "description": "Some related `fundingParametersByArchivedBy` exist.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "fundingParametersByCreatedBy", + "description": "Filter by the object’s `fundingParametersByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fundingParametersByCreatedByExist", + "description": "Some related `fundingParametersByCreatedBy` exist.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "uuid", - "description": "Universally Unique ID for the user, defined by the single sign-on provider", + "name": "fundingParametersByUpdatedBy", + "description": "Filter by the object’s `fundingParametersByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fundingParametersByUpdatedByExist", + "description": "Some related `fundingParametersByUpdatedBy` exist.", "type": { "kind": "SCALAR", - "name": "UUID", + "name": "Boolean", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelIdManyToManyConnection", - "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], + "name": "fundingStreamRfpProjectStatusesByArchivedBy", + "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByArchivedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelIdManyToManyEdge", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamRfpProjectStatusFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `ProjectManagerLabel` objects.", - "args": [], + "name": "fundingStreamRfpProjectStatusesByArchivedByExist", + "description": "Some related `fundingStreamRfpProjectStatusesByArchivedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "fundingStreamRfpProjectStatusesByCreatedBy", + "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByCreatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamRfpProjectStatusFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", - "args": [], + "name": "fundingStreamRfpProjectStatusesByCreatedByExist", + "description": "Some related `fundingStreamRfpProjectStatusesByCreatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelIdManyToManyEdge", - "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "fundingStreamRfpProjectStatusesByUpdatedBy", + "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fundingStreamRfpProjectStatusesByUpdatedByExist", + "description": "Some related `fundingStreamRfpProjectStatusesByUpdatedBy` exist.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `ProjectManagerLabel` at the end of the edge.", - "args": [], + "name": "fundingStreamRfpsByArchivedBy", + "description": "Filter by the object’s `fundingStreamRfpsByArchivedBy` relation.", "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamRfpFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectManagersByProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "fundingStreamRfpsByArchivedByExist", + "description": "Some related `fundingStreamRfpsByArchivedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelIdManyToManyConnection", - "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", - "fields": [ + "defaultValue": null + }, { - "name": "edges", - "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], + "name": "fundingStreamRfpsByCreatedBy", + "description": "Filter by the object’s `fundingStreamRfpsByCreatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelIdManyToManyEdge", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamRfpFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `ProjectManagerLabel` objects.", - "args": [], + "name": "fundingStreamRfpsByCreatedByExist", + "description": "Some related `fundingStreamRfpsByCreatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "fundingStreamRfpsByUpdatedBy", + "description": "Filter by the object’s `fundingStreamRfpsByUpdatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamRfpFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", - "args": [], + "name": "fundingStreamRfpsByUpdatedByExist", + "description": "Some related `fundingStreamRfpsByUpdatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelIdManyToManyEdge", - "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "fundingStreamsByArchivedBy", + "description": "Filter by the object’s `fundingStreamsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fundingStreamsByArchivedByExist", + "description": "Some related `fundingStreamsByArchivedBy` exist.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `ProjectManagerLabel` at the end of the edge.", - "args": [], + "name": "fundingStreamsByCreatedBy", + "description": "Filter by the object’s `fundingStreamsByCreatedBy` relation.", "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectManagersByProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "fundingStreamsByCreatedByExist", + "description": "Some related `fundingStreamsByCreatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelIdManyToManyConnection", - "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", - "fields": [ + "defaultValue": null + }, { - "name": "edges", - "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], + "name": "fundingStreamsByUpdatedBy", + "description": "Filter by the object’s `fundingStreamsByUpdatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelIdManyToManyEdge", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `ProjectManagerLabel` objects.", - "args": [], + "name": "fundingStreamsByUpdatedByExist", + "description": "Some related `fundingStreamsByUpdatedBy` exist.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "givenName", + "description": "Filter by the object’s `givenName` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", - "args": [], + "name": "keycloakJwtsBySub", + "description": "Filter by the object’s `keycloakJwtsBySub` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserToManyKeycloakJwtFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelIdManyToManyEdge", - "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "keycloakJwtsBySubExist", + "description": "Some related `keycloakJwtsBySub` exist.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `ProjectManagerLabel` at the end of the edge.", - "args": [], + "name": "milestoneReportsByArchivedBy", + "description": "Filter by the object’s `milestoneReportsByArchivedBy` relation.", "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", + "kind": "INPUT_OBJECT", + "name": "CifUserToManyMilestoneReportFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectManagersByProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "milestoneReportsByArchivedByExist", + "description": "Some related `milestoneReportsByArchivedBy` exist.", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "milestoneReportsByCreatedBy", + "description": "Filter by the object’s `milestoneReportsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyMilestoneReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "milestoneReportsByCreatedByExist", + "description": "Some related `milestoneReportsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "milestoneReportsByUpdatedBy", + "description": "Filter by the object’s `milestoneReportsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyMilestoneReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "milestoneReportsByUpdatedByExist", + "description": "Some related `milestoneReportsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatorsByArchivedBy", + "description": "Filter by the object’s `operatorsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyOperatorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatorsByArchivedByExist", + "description": "Some related `operatorsByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatorsByCreatedBy", + "description": "Filter by the object’s `operatorsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyOperatorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatorsByCreatedByExist", + "description": "Some related `operatorsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatorsByUpdatedBy", + "description": "Filter by the object’s `operatorsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyOperatorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatorsByUpdatedByExist", + "description": "Some related `operatorsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "paymentsByArchivedBy", + "description": "Filter by the object’s `paymentsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyPaymentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "paymentsByArchivedByExist", + "description": "Some related `paymentsByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "paymentsByCreatedBy", + "description": "Filter by the object’s `paymentsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyPaymentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "paymentsByCreatedByExist", + "description": "Some related `paymentsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "paymentsByUpdatedBy", + "description": "Filter by the object’s `paymentsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyPaymentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "paymentsByUpdatedByExist", + "description": "Some related `paymentsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectContactsByArchivedBy", + "description": "Filter by the object’s `projectContactsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectContactsByArchivedByExist", + "description": "Some related `projectContactsByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectContactsByCreatedBy", + "description": "Filter by the object’s `projectContactsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectContactsByCreatedByExist", + "description": "Some related `projectContactsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectContactsByUpdatedBy", + "description": "Filter by the object’s `projectContactsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectContactsByUpdatedByExist", + "description": "Some related `projectContactsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagerLabelsByArchivedBy", + "description": "Filter by the object’s `projectManagerLabelsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectManagerLabelFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagerLabelsByArchivedByExist", + "description": "Some related `projectManagerLabelsByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagerLabelsByCreatedBy", + "description": "Filter by the object’s `projectManagerLabelsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectManagerLabelFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagerLabelsByCreatedByExist", + "description": "Some related `projectManagerLabelsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagerLabelsByUpdatedBy", + "description": "Filter by the object’s `projectManagerLabelsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectManagerLabelFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagerLabelsByUpdatedByExist", + "description": "Some related `projectManagerLabelsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByArchivedBy", + "description": "Filter by the object’s `projectManagersByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByArchivedByExist", + "description": "Some related `projectManagersByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByCifUserId", + "description": "Filter by the object’s `projectManagersByCifUserId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByCifUserIdExist", + "description": "Some related `projectManagersByCifUserId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByCreatedBy", + "description": "Filter by the object’s `projectManagersByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByCreatedByExist", + "description": "Some related `projectManagersByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByUpdatedBy", + "description": "Filter by the object’s `projectManagersByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByUpdatedByExist", + "description": "Some related `projectManagersByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectRevisionsByCreatedBy", + "description": "Filter by the object’s `projectRevisionsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectRevisionsByCreatedByExist", + "description": "Some related `projectRevisionsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectRevisionsByUpdatedBy", + "description": "Filter by the object’s `projectRevisionsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectRevisionsByUpdatedByExist", + "description": "Some related `projectRevisionsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectStatusesByArchivedBy", + "description": "Filter by the object’s `projectStatusesByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectStatusesByArchivedByExist", + "description": "Some related `projectStatusesByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectStatusesByCreatedBy", + "description": "Filter by the object’s `projectStatusesByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectStatusesByCreatedByExist", + "description": "Some related `projectStatusesByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectStatusesByUpdatedBy", + "description": "Filter by the object’s `projectStatusesByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectStatusesByUpdatedByExist", + "description": "Some related `projectStatusesByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectTypesByArchivedBy", + "description": "Filter by the object’s `projectTypesByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectTypesByArchivedByExist", + "description": "Some related `projectTypesByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectTypesByCreatedBy", + "description": "Filter by the object’s `projectTypesByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectTypesByCreatedByExist", + "description": "Some related `projectTypesByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectTypesByUpdatedBy", + "description": "Filter by the object’s `projectTypesByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectTypesByUpdatedByExist", + "description": "Some related `projectTypesByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsByArchivedBy", + "description": "Filter by the object’s `projectsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsByArchivedByExist", + "description": "Some related `projectsByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsByCreatedBy", + "description": "Filter by the object’s `projectsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsByCreatedByExist", + "description": "Some related `projectsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsByUpdatedBy", + "description": "Filter by the object’s `projectsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsByUpdatedByExist", + "description": "Some related `projectsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportTypesByArchivedBy", + "description": "Filter by the object’s `reportTypesByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportTypesByArchivedByExist", + "description": "Some related `reportTypesByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportTypesByCreatedBy", + "description": "Filter by the object’s `reportTypesByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportTypesByCreatedByExist", + "description": "Some related `reportTypesByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportTypesByUpdatedBy", + "description": "Filter by the object’s `reportTypesByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportTypesByUpdatedByExist", + "description": "Some related `reportTypesByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementsByArchivedBy", + "description": "Filter by the object’s `reportingRequirementsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementsByArchivedByExist", + "description": "Some related `reportingRequirementsByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementsByCreatedBy", + "description": "Filter by the object’s `reportingRequirementsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementsByCreatedByExist", + "description": "Some related `reportingRequirementsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementsByUpdatedBy", + "description": "Filter by the object’s `reportingRequirementsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementsByUpdatedByExist", + "description": "Some related `reportingRequirementsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sectorsByArchivedBy", + "description": "Filter by the object’s `sectorsByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManySectorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sectorsByArchivedByExist", + "description": "Some related `sectorsByArchivedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sectorsByCreatedBy", + "description": "Filter by the object’s `sectorsByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManySectorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sectorsByCreatedByExist", + "description": "Some related `sectorsByCreatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sectorsByUpdatedBy", + "description": "Filter by the object’s `sectorsByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserToManySectorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sectorsByUpdatedByExist", + "description": "Some related `sectorsByUpdatedBy` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uuid", + "description": "Filter by the object’s `uuid` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UUIDFilter", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelIdManyToManyConnection", - "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", + "name": "CifUserFormChangesByFormChangeCreatedByAndPreviousFormChangeIdManyToManyConnection", + "description": "A connection to a list of `FormChange` values, with data from `FormChange`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FormChange`, info from the `FormChange`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -78150,7 +76801,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelIdManyToManyEdge", + "name": "CifUserFormChangesByFormChangeCreatedByAndPreviousFormChangeIdManyToManyEdge", "ofType": null } } @@ -78161,7 +76812,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectManagerLabel` objects.", + "description": "A list of `FormChange` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -78171,7 +76822,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabel", + "name": "FormChange", "ofType": null } } @@ -78197,7 +76848,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", + "description": "The count of *all* `FormChange` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -78219,8 +76870,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelIdManyToManyEdge", - "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserFormChangesByFormChangeCreatedByAndPreviousFormChangeIdManyToManyEdge", + "description": "A `FormChange` edge in the connection, with data from `FormChange`.", "fields": [ { "name": "cursor", @@ -78235,20 +76886,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `ProjectManagerLabel` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagersByProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "formChangesByPreviousFormChangeId", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -78275,7 +76914,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -78285,7 +76924,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -78300,16 +76939,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -78332,7 +76961,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -78341,7 +76970,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -78354,12 +76983,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "FormChangesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `FormChange` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -78369,12 +77010,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectRevisionsByFormChangeCreatedByAndProjectRevisionIdManyToManyConnection", - "description": "A connection to a list of `ProjectRevision` values, with data from `FormChange`.", + "name": "CifUserFormChangesByFormChangeUpdatedByAndPreviousFormChangeIdManyToManyConnection", + "description": "A connection to a list of `FormChange` values, with data from `FormChange`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectRevision`, info from the `FormChange`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FormChange`, info from the `FormChange`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -78387,7 +77028,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectRevisionsByFormChangeCreatedByAndProjectRevisionIdManyToManyEdge", + "name": "CifUserFormChangesByFormChangeUpdatedByAndPreviousFormChangeIdManyToManyEdge", "ofType": null } } @@ -78398,7 +77039,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectRevision` objects.", + "description": "A list of `FormChange` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -78408,7 +77049,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevision", + "name": "FormChange", "ofType": null } } @@ -78434,7 +77075,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectRevision` you could get from the connection.", + "description": "The count of *all* `FormChange` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -78456,8 +77097,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectRevisionsByFormChangeCreatedByAndProjectRevisionIdManyToManyEdge", - "description": "A `ProjectRevision` edge in the connection, with data from `FormChange`.", + "name": "CifUserFormChangesByFormChangeUpdatedByAndPreviousFormChangeIdManyToManyEdge", + "description": "A `FormChange` edge in the connection, with data from `FormChange`.", "fields": [ { "name": "cursor", @@ -78472,7 +77113,7 @@ "deprecationReason": null }, { - "name": "formChangesByProjectRevisionId", + "name": "formChangesByPreviousFormChangeId", "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { @@ -78578,11 +77219,11 @@ }, { "name": "node", - "description": "The `ProjectRevision` at the end of the edge.", + "description": "The `FormChange` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectRevision", + "name": "FormChange", "ofType": null }, "isDeprecated": false, @@ -78596,12 +77237,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectRevisionsByFormChangeUpdatedByAndProjectRevisionIdManyToManyConnection", - "description": "A connection to a list of `ProjectRevision` values, with data from `FormChange`.", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectRevision`, info from the `FormChange`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -78614,7 +77255,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectRevisionsByFormChangeUpdatedByAndProjectRevisionIdManyToManyEdge", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpIdManyToManyEdge", "ofType": null } } @@ -78625,7 +77266,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectRevision` objects.", + "description": "A list of `FundingStreamRfp` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -78635,7 +77276,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevision", + "name": "FundingStreamRfp", "ofType": null } } @@ -78661,7 +77302,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectRevision` you could get from the connection.", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -78683,8 +77324,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectRevisionsByFormChangeUpdatedByAndProjectRevisionIdManyToManyEdge", - "description": "A `ProjectRevision` edge in the connection, with data from `FormChange`.", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusArchivedByAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -78699,8 +77340,8 @@ "deprecationReason": null }, { - "name": "formChangesByProjectRevisionId", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -78727,7 +77368,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -78737,7 +77378,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -78752,6 +77393,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -78774,7 +77425,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -78783,7 +77434,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -78796,7 +77447,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, @@ -78805,11 +77456,11 @@ }, { "name": "node", - "description": "The `ProjectRevision` at the end of the edge.", + "description": "The `FundingStreamRfp` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectRevision", + "name": "FundingStreamRfp", "ofType": null }, "isDeprecated": false, @@ -78823,12 +77474,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentArchivedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Attachment`.", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Attachment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -78841,7 +77492,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentArchivedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpIdManyToManyEdge", "ofType": null } } @@ -78852,7 +77503,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `FundingStreamRfp` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -78862,7 +77513,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStreamRfp", "ofType": null } } @@ -78888,7 +77539,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -78910,12 +77561,24 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentArchivedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Attachment`.", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusCreatedByAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { - "name": "attachmentsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -78942,7 +77605,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -78952,7 +77615,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -78999,7 +77662,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -79008,7 +77671,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -79021,32 +77684,20 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", + "description": "The `FundingStreamRfp` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStreamRfp", "ofType": null }, "isDeprecated": false, @@ -79060,12 +77711,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentCreatedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Attachment`.", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Attachment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -79078,7 +77729,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentCreatedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpIdManyToManyEdge", "ofType": null } } @@ -79089,7 +77740,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `FundingStreamRfp` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -79099,7 +77750,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStreamRfp", "ofType": null } } @@ -79125,7 +77776,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -79147,12 +77798,24 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentCreatedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Attachment`.", + "name": "CifUserFundingStreamRfpsByFundingStreamRfpProjectStatusUpdatedByAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { - "name": "attachmentsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -79179,7 +77842,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -79189,7 +77852,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -79236,7 +77899,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -79245,7 +77908,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -79258,32 +77921,20 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", + "description": "The `FundingStreamRfp` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStreamRfp", "ofType": null }, "isDeprecated": false, @@ -79297,12 +77948,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentUpdatedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Attachment`.", + "name": "CifUserFundingStreamRfpsByProjectArchivedByAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Attachment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -79315,7 +77966,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentUpdatedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserFundingStreamRfpsByProjectArchivedByAndFundingStreamRfpIdManyToManyEdge", "ofType": null } } @@ -79326,7 +77977,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `FundingStreamRfp` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -79336,7 +77987,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStreamRfp", "ofType": null } } @@ -79362,7 +78013,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -79384,12 +78035,36 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByAttachmentUpdatedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Attachment`.", + "name": "CifUserFundingStreamRfpsByProjectArchivedByAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", "fields": [ { - "name": "attachmentsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `FundingStreamRfp` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -79416,7 +78091,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -79426,7 +78101,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -79473,7 +78148,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -79482,7 +78157,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -79495,36 +78170,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -79534,12 +78185,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserFundingStreamRfpsByProjectCreatedByAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -79552,7 +78203,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserFundingStreamRfpsByProjectCreatedByAndFundingStreamRfpIdManyToManyEdge", "ofType": null } } @@ -79563,7 +78214,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `FundingStreamRfp` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -79573,7 +78224,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStreamRfp", "ofType": null } } @@ -79599,7 +78250,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -79621,8 +78272,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserFundingStreamRfpsByProjectCreatedByAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -79637,8 +78288,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByProjectStatusId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "node", + "description": "The `FundingStreamRfp` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -79665,7 +78328,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -79675,7 +78338,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -79722,7 +78385,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -79731,7 +78394,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -79744,24 +78407,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -79771,12 +78422,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserFundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -79789,7 +78440,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserFundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpIdManyToManyEdge", "ofType": null } } @@ -79800,7 +78451,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `FundingStreamRfp` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -79810,7 +78461,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStreamRfp", "ofType": null } } @@ -79836,7 +78487,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -79858,8 +78509,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserFundingStreamRfpsByProjectUpdatedByAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -79874,8 +78525,20 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByProjectStatusId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "node", + "description": "The `FundingStreamRfp` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -79902,7 +78565,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -79912,7 +78575,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -79959,7 +78622,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -79968,7 +78631,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -79981,24 +78644,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -80008,12 +78659,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserFundingStreamsByFundingStreamRfpArchivedByAndFundingStreamIdManyToManyConnection", + "description": "A connection to a list of `FundingStream` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStream`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -80026,7 +78677,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserFundingStreamsByFundingStreamRfpArchivedByAndFundingStreamIdManyToManyEdge", "ofType": null } } @@ -80037,7 +78688,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `FundingStream` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -80047,7 +78698,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStream", "ofType": null } } @@ -80073,7 +78724,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `FundingStream` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -80095,8 +78746,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "CifUserFundingStreamsByFundingStreamRfpArchivedByAndFundingStreamIdManyToManyEdge", + "description": "A `FundingStream` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -80111,8 +78762,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByProjectStatusId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingStreamRfpsByFundingStreamId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -80139,7 +78790,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -80149,7 +78800,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -80196,7 +78847,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -80205,7 +78856,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -80218,7 +78869,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -80227,11 +78878,11 @@ }, { "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", + "description": "The `FundingStream` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStream", "ofType": null }, "isDeprecated": false, @@ -80245,12 +78896,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectArchivedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", + "name": "CifUserFundingStreamsByFundingStreamRfpCreatedByAndFundingStreamIdManyToManyConnection", + "description": "A connection to a list of `FundingStream` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStream`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -80263,7 +78914,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectArchivedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserFundingStreamsByFundingStreamRfpCreatedByAndFundingStreamIdManyToManyEdge", "ofType": null } } @@ -80274,7 +78925,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `FundingStream` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -80284,7 +78935,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStream", "ofType": null } } @@ -80310,7 +78961,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `FundingStream` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -80332,8 +78983,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectArchivedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", + "name": "CifUserFundingStreamsByFundingStreamRfpCreatedByAndFundingStreamIdManyToManyEdge", + "description": "A `FundingStream` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -80348,20 +78999,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "fundingStreamRfpsByFundingStreamId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -80388,7 +79027,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -80398,7 +79037,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -80445,7 +79084,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -80454,7 +79093,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -80467,12 +79106,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `FundingStream` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStream", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -80482,12 +79133,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectCreatedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", + "name": "CifUserFundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamIdManyToManyConnection", + "description": "A connection to a list of `FundingStream` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStream`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -80500,7 +79151,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectCreatedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserFundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamIdManyToManyEdge", "ofType": null } } @@ -80511,7 +79162,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `FundingStream` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -80521,7 +79172,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStream", "ofType": null } } @@ -80547,7 +79198,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `FundingStream` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -80569,8 +79220,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectCreatedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", + "name": "CifUserFundingStreamsByFundingStreamRfpUpdatedByAndFundingStreamIdManyToManyEdge", + "description": "A `FundingStream` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -80585,20 +79236,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "fundingStreamRfpsByFundingStreamId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -80625,7 +79264,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -80635,7 +79274,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -80682,7 +79321,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -80691,7 +79330,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -80704,12 +79343,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `FundingStream` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStream", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -80717,14 +79368,129 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserInput", + "description": "An input for mutations affecting `CifUser`", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emailAddress", + "description": "User's email address", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "familyName", + "description": "User's last name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "givenName", + "description": "User's first name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uuid", + "description": "Universally Unique ID for the user, defined by the single sign-on provider", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", + "name": "CifUserOperatorsByProjectArchivedByAndOperatorIdManyToManyConnection", + "description": "A connection to a list of `Operator` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -80737,7 +79503,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyEdge", + "name": "CifUserOperatorsByProjectArchivedByAndOperatorIdManyToManyEdge", "ofType": null } } @@ -80748,7 +79514,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `Operator` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -80758,7 +79524,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "Operator", "ofType": null } } @@ -80784,7 +79550,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `Operator` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -80806,8 +79572,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", + "name": "CifUserOperatorsByProjectArchivedByAndOperatorIdManyToManyEdge", + "description": "A `Operator` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -80823,18 +79589,18 @@ }, { "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", + "description": "The `Operator` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "Operator", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByProjectStatusId", + "name": "projectsByOperatorId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -80956,12 +79722,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `Attachment`.", + "name": "CifUserOperatorsByProjectCreatedByAndOperatorIdManyToManyConnection", + "description": "A connection to a list of `Operator` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -80974,7 +79740,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge", + "name": "CifUserOperatorsByProjectCreatedByAndOperatorIdManyToManyEdge", "ofType": null } } @@ -80985,7 +79751,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `Operator` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -80995,7 +79761,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "Operator", "ofType": null } } @@ -81021,7 +79787,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `Operator` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -81043,12 +79809,36 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `Attachment`.", + "name": "CifUserOperatorsByProjectCreatedByAndOperatorIdManyToManyEdge", + "description": "A `Operator` edge in the connection, with data from `Project`.", "fields": [ { - "name": "attachmentsByProjectId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Operator` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Operator", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByOperatorId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -81075,7 +79865,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -81085,7 +79875,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -81132,7 +79922,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -81141,7 +79931,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -81154,36 +79944,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -81193,12 +79959,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `Attachment`.", + "name": "CifUserOperatorsByProjectUpdatedByAndOperatorIdManyToManyConnection", + "description": "A connection to a list of `Operator` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -81211,7 +79977,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge", + "name": "CifUserOperatorsByProjectUpdatedByAndOperatorIdManyToManyEdge", "ofType": null } } @@ -81222,7 +79988,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `Operator` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -81232,7 +79998,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "Operator", "ofType": null } } @@ -81258,7 +80024,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `Operator` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -81280,12 +80046,36 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `Attachment`.", + "name": "CifUserOperatorsByProjectUpdatedByAndOperatorIdManyToManyEdge", + "description": "A `Operator` edge in the connection, with data from `Project`.", "fields": [ { - "name": "attachmentsByProjectId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Operator` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Operator", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByOperatorId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -81312,7 +80102,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -81322,7 +80112,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -81369,7 +80159,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -81378,7 +80168,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -81391,51 +80181,138 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserPatch", + "description": "Represents an update to a `CifUser`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "archivedBy", + "description": "archived by user id", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], + "name": "createdAt", + "description": "created at timestamp", "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emailAddress", + "description": "User's email address", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "familyName", + "description": "User's last name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "givenName", + "description": "User's first name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uuid", + "description": "Universally Unique ID for the user, defined by the single sign-on provider", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `Attachment`.", + "name": "CifUserProjectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelIdManyToManyConnection", + "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -81448,7 +80325,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelIdManyToManyEdge", "ofType": null } } @@ -81459,7 +80336,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectManagerLabel` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -81469,7 +80346,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectManagerLabel", "ofType": null } } @@ -81495,7 +80372,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -81517,12 +80394,36 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `Attachment`.", + "name": "CifUserProjectManagerLabelsByProjectManagerArchivedByAndProjectManagerLabelIdManyToManyEdge", + "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", "fields": [ { - "name": "attachmentsByProjectId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectManagerLabel` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagersByProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -81549,7 +80450,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -81559,7 +80460,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -81606,7 +80507,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -81615,7 +80516,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -81628,36 +80529,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -81667,12 +80544,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `FundingParameter`.", + "name": "CifUserProjectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelIdManyToManyConnection", + "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -81685,7 +80562,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelIdManyToManyEdge", "ofType": null } } @@ -81696,7 +80573,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectManagerLabel` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -81706,7 +80583,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectManagerLabel", "ofType": null } } @@ -81732,7 +80609,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -81754,8 +80631,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserProjectManagerLabelsByProjectManagerCifUserIdAndProjectManagerLabelIdManyToManyEdge", + "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -81770,8 +80647,20 @@ "deprecationReason": null }, { - "name": "fundingParametersByProjectId", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "node", + "description": "The `ProjectManagerLabel` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagersByProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -81798,7 +80687,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -81808,7 +80697,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -81855,7 +80744,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -81864,7 +80753,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -81877,24 +80766,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "ProjectManagersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -81904,12 +80781,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `FundingParameter`.", + "name": "CifUserProjectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelIdManyToManyConnection", + "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -81922,7 +80799,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelIdManyToManyEdge", "ofType": null } } @@ -81933,7 +80810,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectManagerLabel` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -81943,7 +80820,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectManagerLabel", "ofType": null } } @@ -81969,7 +80846,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -81991,8 +80868,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserProjectManagerLabelsByProjectManagerCreatedByAndProjectManagerLabelIdManyToManyEdge", + "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -82007,8 +80884,20 @@ "deprecationReason": null }, { - "name": "fundingParametersByProjectId", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "node", + "description": "The `ProjectManagerLabel` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagersByProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -82035,7 +80924,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -82045,7 +80934,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -82092,7 +80981,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -82101,7 +80990,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -82114,24 +81003,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "ProjectManagersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -82141,12 +81018,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `FundingParameter`.", + "name": "CifUserProjectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelIdManyToManyConnection", + "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -82159,7 +81036,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelIdManyToManyEdge", "ofType": null } } @@ -82170,7 +81047,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectManagerLabel` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -82180,7 +81057,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectManagerLabel", "ofType": null } } @@ -82206,7 +81083,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -82228,8 +81105,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `FundingParameter`.", + "name": "CifUserProjectManagerLabelsByProjectManagerUpdatedByAndProjectManagerLabelIdManyToManyEdge", + "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -82244,8 +81121,20 @@ "deprecationReason": null }, { - "name": "fundingParametersByProjectId", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "node", + "description": "The `ProjectManagerLabel` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagersByProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -82272,7 +81161,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -82282,7 +81171,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -82329,7 +81218,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -82338,7 +81227,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -82351,24 +81240,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "ProjectManagersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -82378,12 +81255,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectContact`.", + "name": "CifUserProjectRevisionsByFormChangeCreatedByAndProjectRevisionIdManyToManyConnection", + "description": "A connection to a list of `ProjectRevision` values, with data from `FormChange`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectRevision`, info from the `FormChange`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -82396,7 +81273,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectRevisionsByFormChangeCreatedByAndProjectRevisionIdManyToManyEdge", "ofType": null } } @@ -82407,7 +81284,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectRevision` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -82417,7 +81294,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectRevision", "ofType": null } } @@ -82443,7 +81320,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectRevision` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -82465,8 +81342,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserProjectRevisionsByFormChangeCreatedByAndProjectRevisionIdManyToManyEdge", + "description": "A `ProjectRevision` edge in the connection, with data from `FormChange`.", "fields": [ { "name": "cursor", @@ -82481,20 +81358,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectContactsByProjectId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "formChangesByProjectRevisionId", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -82521,7 +81386,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -82531,7 +81396,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -82546,16 +81411,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -82578,7 +81433,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -82587,7 +81442,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -82600,12 +81455,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "FormChangesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectRevision` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -82615,12 +81482,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectContact`.", + "name": "CifUserProjectRevisionsByFormChangeUpdatedByAndProjectRevisionIdManyToManyConnection", + "description": "A connection to a list of `ProjectRevision` values, with data from `FormChange`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectRevision`, info from the `FormChange`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -82633,7 +81500,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectRevisionsByFormChangeUpdatedByAndProjectRevisionIdManyToManyEdge", "ofType": null } } @@ -82644,7 +81511,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectRevision` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -82654,7 +81521,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectRevision", "ofType": null } } @@ -82680,7 +81547,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectRevision` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -82702,8 +81569,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserProjectRevisionsByFormChangeUpdatedByAndProjectRevisionIdManyToManyEdge", + "description": "A `ProjectRevision` edge in the connection, with data from `FormChange`.", "fields": [ { "name": "cursor", @@ -82718,20 +81585,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectContactsByProjectId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "formChangesByProjectRevisionId", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -82758,7 +81613,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -82768,7 +81623,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -82783,16 +81638,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -82815,7 +81660,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -82824,7 +81669,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -82837,12 +81682,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "FormChangesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectRevision` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -82852,12 +81709,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectContact`.", + "name": "CifUserProjectStatusesByAttachmentArchivedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -82870,7 +81727,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByAttachmentArchivedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -82881,7 +81738,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -82891,7 +81748,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -82917,7 +81774,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -82939,36 +81796,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectContact`.", + "name": "CifUserProjectStatusesByAttachmentArchivedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectContactsByProjectId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "attachmentsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -82995,7 +81828,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -83005,7 +81838,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -83052,7 +81885,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -83061,7 +81894,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -83074,12 +81907,36 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "AttachmentsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -83089,12 +81946,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerArchivedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", + "name": "CifUserProjectStatusesByAttachmentCreatedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -83107,7 +81964,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerArchivedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByAttachmentCreatedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -83118,7 +81975,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -83128,7 +81985,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -83154,7 +82011,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -83176,36 +82033,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerArchivedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserProjectStatusesByAttachmentCreatedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagersByProjectId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "attachmentsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -83232,7 +82065,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -83242,7 +82075,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -83289,7 +82122,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -83298,7 +82131,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -83311,12 +82144,36 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "AttachmentsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -83326,12 +82183,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerCifUserIdAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", + "name": "CifUserProjectStatusesByAttachmentUpdatedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -83344,7 +82201,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerCifUserIdAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByAttachmentUpdatedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -83355,7 +82212,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -83365,7 +82222,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -83391,7 +82248,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -83413,36 +82270,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerCifUserIdAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserProjectStatusesByAttachmentUpdatedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagersByProjectId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "attachmentsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -83469,7 +82302,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -83479,7 +82312,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -83526,7 +82359,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -83535,7 +82368,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -83548,12 +82381,36 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "AttachmentsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -83563,12 +82420,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerCreatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -83581,7 +82438,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerCreatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -83592,7 +82449,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -83602,7 +82459,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -83628,7 +82485,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -83650,8 +82507,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerCreatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusArchivedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -83666,20 +82523,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagersByProjectId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "fundingStreamRfpProjectStatusesByProjectStatusId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -83706,7 +82551,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -83716,7 +82561,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -83763,7 +82608,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -83772,7 +82617,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -83785,12 +82630,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -83800,12 +82657,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerUpdatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -83818,7 +82675,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerUpdatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -83829,7 +82686,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -83839,7 +82696,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -83865,7 +82722,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -83887,8 +82744,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectManagerUpdatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectManager`.", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusCreatedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -83903,20 +82760,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagersByProjectId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "fundingStreamRfpProjectStatusesByProjectStatusId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -83943,7 +82788,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -83953,7 +82798,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -84000,7 +82845,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -84009,7 +82854,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -84022,12 +82867,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -84037,12 +82894,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectRevisionCreatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectRevision`.", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -84055,7 +82912,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectRevisionCreatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -84066,7 +82923,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -84076,7 +82933,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -84102,7 +82959,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -84124,8 +82981,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectRevisionCreatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectRevision`.", + "name": "CifUserProjectStatusesByFundingStreamRfpProjectStatusUpdatedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -84140,20 +82997,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectRevisionsByProjectId", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "fundingStreamRfpProjectStatusesByProjectStatusId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -84180,7 +83025,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -84190,7 +83035,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -84205,6 +83050,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -84227,7 +83082,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -84236,7 +83091,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -84249,12 +83104,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -84264,12 +83131,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectRevisionUpdatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectRevision`.", + "name": "CifUserProjectStatusesByProjectArchivedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -84282,7 +83149,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByProjectRevisionUpdatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByProjectArchivedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -84293,7 +83160,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -84303,7 +83170,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -84329,7 +83196,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -84351,8 +83218,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByProjectRevisionUpdatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectRevision`.", + "name": "CifUserProjectStatusesByProjectArchivedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -84368,19 +83235,19 @@ }, { "name": "node", - "description": "The `Project` at the end of the edge.", + "description": "The `ProjectStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevisionsByProjectId", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "projectsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -84407,7 +83274,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -84417,7 +83284,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -84432,6 +83299,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -84454,7 +83331,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -84463,7 +83340,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -84476,7 +83353,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -84491,12 +83368,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementArchivedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ReportingRequirement`.", + "name": "CifUserProjectStatusesByProjectCreatedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -84509,7 +83386,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementArchivedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByProjectCreatedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -84520,7 +83397,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -84530,7 +83407,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -84556,7 +83433,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -84578,8 +83455,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementArchivedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserProjectStatusesByProjectCreatedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -84595,19 +83472,19 @@ }, { "name": "node", - "description": "The `Project` at the end of the edge.", + "description": "The `ProjectStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementsByProjectId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -84634,7 +83511,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -84644,7 +83521,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -84691,7 +83568,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -84700,7 +83577,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -84713,7 +83590,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -84728,12 +83605,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementCreatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ReportingRequirement`.", + "name": "CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -84746,7 +83623,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementCreatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -84757,7 +83634,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -84767,7 +83644,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -84793,7 +83670,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -84815,8 +83692,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementCreatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserProjectStatusesByProjectUpdatedByAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -84832,19 +83709,19 @@ }, { "name": "node", - "description": "The `Project` at the end of the edge.", + "description": "The `ProjectStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementsByProjectId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -84871,7 +83748,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -84881,7 +83758,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -84928,7 +83805,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -84937,7 +83814,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -84950,7 +83827,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -84965,12 +83842,12 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementUpdatedByAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ReportingRequirement`.", + "name": "CifUserProjectTypesByProjectArchivedByAndProjectTypeManyToManyConnection", + "description": "A connection to a list of `ProjectType` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -84983,7 +83860,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementUpdatedByAndProjectIdManyToManyEdge", + "name": "CifUserProjectTypesByProjectArchivedByAndProjectTypeManyToManyEdge", "ofType": null } } @@ -84994,7 +83871,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectType` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -85004,7 +83881,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectType", "ofType": null } } @@ -85030,7 +83907,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectType` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -85052,8 +83929,8 @@ }, { "kind": "OBJECT", - "name": "CifUserProjectsByReportingRequirementUpdatedByAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserProjectTypesByProjectArchivedByAndProjectTypeManyToManyEdge", + "description": "A `ProjectType` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -85069,19 +83946,19 @@ }, { "name": "node", - "description": "The `Project` at the end of the edge.", + "description": "The `ProjectType` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementsByProjectId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectType", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -85108,7 +83985,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -85118,7 +83995,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -85165,7 +84042,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -85174,7 +84051,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -85187,7 +84064,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -85202,12 +84079,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementArchivedByAndReportTypeManyToManyConnection", - "description": "A connection to a list of `ReportType` values, with data from `ReportingRequirement`.", + "name": "CifUserProjectTypesByProjectCreatedByAndProjectTypeManyToManyConnection", + "description": "A connection to a list of `ProjectType` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportType`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -85220,7 +84097,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementArchivedByAndReportTypeManyToManyEdge", + "name": "CifUserProjectTypesByProjectCreatedByAndProjectTypeManyToManyEdge", "ofType": null } } @@ -85231,7 +84108,7 @@ }, { "name": "nodes", - "description": "A list of `ReportType` objects.", + "description": "A list of `ProjectType` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -85241,7 +84118,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportType", + "name": "ProjectType", "ofType": null } } @@ -85267,7 +84144,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportType` you could get from the connection.", + "description": "The count of *all* `ProjectType` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -85289,8 +84166,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementArchivedByAndReportTypeManyToManyEdge", - "description": "A `ReportType` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserProjectTypesByProjectCreatedByAndProjectTypeManyToManyEdge", + "description": "A `ProjectType` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -85306,19 +84183,19 @@ }, { "name": "node", - "description": "The `ReportType` at the end of the edge.", + "description": "The `ProjectType` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportType", + "name": "ProjectType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementsByReportType", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectType", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -85345,7 +84222,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -85355,7 +84232,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -85402,7 +84279,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -85411,7 +84288,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -85424,7 +84301,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -85439,12 +84316,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementCreatedByAndReportTypeManyToManyConnection", - "description": "A connection to a list of `ReportType` values, with data from `ReportingRequirement`.", + "name": "CifUserProjectTypesByProjectUpdatedByAndProjectTypeManyToManyConnection", + "description": "A connection to a list of `ProjectType` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportType`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -85457,7 +84334,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementCreatedByAndReportTypeManyToManyEdge", + "name": "CifUserProjectTypesByProjectUpdatedByAndProjectTypeManyToManyEdge", "ofType": null } } @@ -85468,7 +84345,7 @@ }, { "name": "nodes", - "description": "A list of `ReportType` objects.", + "description": "A list of `ProjectType` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -85478,7 +84355,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportType", + "name": "ProjectType", "ofType": null } } @@ -85504,7 +84381,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportType` you could get from the connection.", + "description": "The count of *all* `ProjectType` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -85526,8 +84403,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementCreatedByAndReportTypeManyToManyEdge", - "description": "A `ReportType` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserProjectTypesByProjectUpdatedByAndProjectTypeManyToManyEdge", + "description": "A `ProjectType` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -85543,19 +84420,19 @@ }, { "name": "node", - "description": "The `ReportType` at the end of the edge.", + "description": "The `ProjectType` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportType", + "name": "ProjectType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementsByReportType", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectsByProjectType", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -85582,7 +84459,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -85592,7 +84469,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -85639,7 +84516,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -85648,7 +84525,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -85661,7 +84538,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -85676,12 +84553,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementUpdatedByAndReportTypeManyToManyConnection", - "description": "A connection to a list of `ReportType` values, with data from `ReportingRequirement`.", + "name": "CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportType`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -85694,7 +84571,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementUpdatedByAndReportTypeManyToManyEdge", + "name": "CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -85705,7 +84582,7 @@ }, { "name": "nodes", - "description": "A list of `ReportType` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -85715,7 +84592,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportType", + "name": "Project", "ofType": null } } @@ -85741,7 +84618,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportType` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -85763,36 +84640,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportTypesByReportingRequirementUpdatedByAndReportTypeManyToManyEdge", - "description": "A `ReportType` edge in the connection, with data from `ReportingRequirement`.", + "name": "CifUserProjectsByAttachmentArchivedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `ReportType` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ReportType", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reportingRequirementsByReportType", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "attachmentsByProjectId", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -85819,7 +84672,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -85829,7 +84682,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -85876,7 +84729,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -85885,7 +84738,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -85898,12 +84751,36 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "AttachmentsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -85913,12 +84790,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `EmissionIntensityReport`.", + "name": "CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -85931,7 +84808,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -85942,7 +84819,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -85952,7 +84829,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -85978,7 +84855,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -86000,24 +84877,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserProjectsByAttachmentCreatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityReportsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "attachmentsByProjectId", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -86044,7 +84909,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -86054,7 +84919,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -86101,7 +84966,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -86110,7 +84975,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -86123,20 +84988,32 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "AttachmentsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null }, "isDeprecated": false, @@ -86150,12 +85027,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `EmissionIntensityReport`.", + "name": "CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -86168,7 +85045,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -86179,7 +85056,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -86189,7 +85066,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -86215,7 +85092,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -86237,24 +85114,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserProjectsByAttachmentUpdatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `Attachment`.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emissionIntensityReportsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "attachmentsByProjectId", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -86281,7 +85146,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -86291,7 +85156,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -86338,7 +85203,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -86347,7 +85212,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -86360,20 +85225,32 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "AttachmentsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null }, "isDeprecated": false, @@ -86387,12 +85264,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `EmissionIntensityReport`.", + "name": "CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -86405,7 +85282,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -86416,7 +85293,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -86426,7 +85303,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -86452,7 +85329,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -86474,8 +85351,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `EmissionIntensityReport`.", + "name": "CifUserProjectsByFundingParameterArchivedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -86490,8 +85367,8 @@ "deprecationReason": null }, { - "name": "emissionIntensityReportsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "fundingParametersByProjectId", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -86518,7 +85395,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -86528,7 +85405,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -86575,7 +85452,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -86584,7 +85461,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -86597,7 +85474,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -86606,11 +85483,11 @@ }, { "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null }, "isDeprecated": false, @@ -86624,12 +85501,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportArchivedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `MilestoneReport`.", + "name": "CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -86642,7 +85519,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportArchivedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -86653,7 +85530,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -86663,7 +85540,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -86689,7 +85566,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -86711,8 +85588,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportArchivedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserProjectsByFundingParameterCreatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -86727,8 +85604,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingParametersByProjectId", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -86755,7 +85632,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -86765,7 +85642,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -86812,7 +85689,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -86821,7 +85698,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -86834,7 +85711,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -86843,11 +85720,11 @@ }, { "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null }, "isDeprecated": false, @@ -86861,12 +85738,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportCreatedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `MilestoneReport`.", + "name": "CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `FundingParameter`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `FundingParameter`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -86879,7 +85756,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportCreatedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -86890,7 +85767,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -86900,7 +85777,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -86926,7 +85803,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -86948,8 +85825,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportCreatedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserProjectsByFundingParameterUpdatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `FundingParameter`.", "fields": [ { "name": "cursor", @@ -86964,8 +85841,8 @@ "deprecationReason": null }, { - "name": "milestoneReportsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "fundingParametersByProjectId", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -86992,7 +85869,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -87002,7 +85879,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -87049,7 +85926,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -87058,7 +85935,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -87071,7 +85948,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "FundingParametersConnection", "ofType": null } }, @@ -87080,11 +85957,11 @@ }, { "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null }, "isDeprecated": false, @@ -87098,12 +85975,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `MilestoneReport`.", + "name": "CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -87116,7 +85993,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -87127,7 +86004,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -87137,7 +86014,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -87163,7 +86040,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -87185,8 +86062,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `MilestoneReport`.", + "name": "CifUserProjectsByProjectContactArchivedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -87201,8 +86078,20 @@ "deprecationReason": null }, { - "name": "milestoneReportsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectContactsByProjectId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -87229,7 +86118,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -87239,7 +86128,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -87286,7 +86175,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -87295,7 +86184,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -87308,24 +86197,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ReportingRequirement", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -87335,12 +86212,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentArchivedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `Payment`.", + "name": "CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -87353,7 +86230,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentArchivedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -87364,7 +86241,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -87374,7 +86251,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -87400,7 +86277,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -87422,8 +86299,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentArchivedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `Payment`.", + "name": "CifUserProjectsByProjectContactCreatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -87439,19 +86316,19 @@ }, { "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paymentsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "projectContactsByProjectId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -87478,7 +86355,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -87488,7 +86365,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -87535,7 +86412,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -87544,7 +86421,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -87557,7 +86434,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -87572,12 +86449,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentCreatedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `Payment`.", + "name": "CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectContact`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -87590,7 +86467,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentCreatedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -87601,7 +86478,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -87611,7 +86488,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -87637,7 +86514,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -87659,8 +86536,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentCreatedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `Payment`.", + "name": "CifUserProjectsByProjectContactUpdatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectContact`.", "fields": [ { "name": "cursor", @@ -87676,19 +86553,19 @@ }, { "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paymentsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "projectContactsByProjectId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -87715,7 +86592,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -87725,7 +86602,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -87772,7 +86649,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -87781,7 +86658,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -87794,7 +86671,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -87809,12 +86686,12 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentUpdatedByAndReportingRequirementIdManyToManyConnection", - "description": "A connection to a list of `ReportingRequirement` values, with data from `Payment`.", + "name": "CifUserProjectsByProjectManagerArchivedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportingRequirement`, info from the `Payment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -87827,7 +86704,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentUpdatedByAndReportingRequirementIdManyToManyEdge", + "name": "CifUserProjectsByProjectManagerArchivedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -87838,7 +86715,7 @@ }, { "name": "nodes", - "description": "A list of `ReportingRequirement` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -87848,7 +86725,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null } } @@ -87874,7 +86751,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -87896,8 +86773,8 @@ }, { "kind": "OBJECT", - "name": "CifUserReportingRequirementsByPaymentUpdatedByAndReportingRequirementIdManyToManyEdge", - "description": "A `ReportingRequirement` edge in the connection, with data from `Payment`.", + "name": "CifUserProjectsByProjectManagerArchivedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -87913,19 +86790,19 @@ }, { "name": "node", - "description": "The `ReportingRequirement` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paymentsByReportingRequirementId", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "projectManagersByProjectId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -87952,7 +86829,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -87962,7 +86839,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -88009,7 +86886,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -88018,7 +86895,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -88031,7 +86908,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -88046,12 +86923,12 @@ }, { "kind": "OBJECT", - "name": "CifUserSectorsByProjectArchivedByAndSectorNameManyToManyConnection", - "description": "A connection to a list of `Sector` values, with data from `Project`.", + "name": "CifUserProjectsByProjectManagerCifUserIdAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -88064,7 +86941,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserSectorsByProjectArchivedByAndSectorNameManyToManyEdge", + "name": "CifUserProjectsByProjectManagerCifUserIdAndProjectIdManyToManyEdge", "ofType": null } } @@ -88075,7 +86952,7 @@ }, { "name": "nodes", - "description": "A list of `Sector` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -88085,7 +86962,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Sector", + "name": "Project", "ofType": null } } @@ -88111,7 +86988,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Sector` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -88133,8 +87010,8 @@ }, { "kind": "OBJECT", - "name": "CifUserSectorsByProjectArchivedByAndSectorNameManyToManyEdge", - "description": "A `Sector` edge in the connection, with data from `Project`.", + "name": "CifUserProjectsByProjectManagerCifUserIdAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -88150,19 +87027,19 @@ }, { "name": "node", - "description": "The `Sector` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Sector", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsBySectorName", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectManagersByProjectId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -88189,7 +87066,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -88199,7 +87076,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -88246,7 +87123,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -88255,7 +87132,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -88268,7 +87145,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -88283,12 +87160,12 @@ }, { "kind": "OBJECT", - "name": "CifUserSectorsByProjectCreatedByAndSectorNameManyToManyConnection", - "description": "A connection to a list of `Sector` values, with data from `Project`.", + "name": "CifUserProjectsByProjectManagerCreatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -88301,7 +87178,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserSectorsByProjectCreatedByAndSectorNameManyToManyEdge", + "name": "CifUserProjectsByProjectManagerCreatedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -88312,7 +87189,7 @@ }, { "name": "nodes", - "description": "A list of `Sector` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -88322,7 +87199,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Sector", + "name": "Project", "ofType": null } } @@ -88348,7 +87225,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Sector` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -88370,8 +87247,8 @@ }, { "kind": "OBJECT", - "name": "CifUserSectorsByProjectCreatedByAndSectorNameManyToManyEdge", - "description": "A `Sector` edge in the connection, with data from `Project`.", + "name": "CifUserProjectsByProjectManagerCreatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -88387,19 +87264,19 @@ }, { "name": "node", - "description": "The `Sector` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Sector", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsBySectorName", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectManagersByProjectId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -88426,7 +87303,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -88436,7 +87313,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -88483,7 +87360,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -88492,7 +87369,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -88505,7 +87382,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -88520,12 +87397,12 @@ }, { "kind": "OBJECT", - "name": "CifUserSectorsByProjectUpdatedByAndSectorNameManyToManyConnection", - "description": "A connection to a list of `Sector` values, with data from `Project`.", + "name": "CifUserProjectsByProjectManagerUpdatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -88538,7 +87415,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUserSectorsByProjectUpdatedByAndSectorNameManyToManyEdge", + "name": "CifUserProjectsByProjectManagerUpdatedByAndProjectIdManyToManyEdge", "ofType": null } } @@ -88549,7 +87426,7 @@ }, { "name": "nodes", - "description": "A list of `Sector` objects.", + "description": "A list of `Project` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -88559,7 +87436,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Sector", + "name": "Project", "ofType": null } } @@ -88585,7 +87462,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Sector` you could get from the connection.", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -88607,8 +87484,8 @@ }, { "kind": "OBJECT", - "name": "CifUserSectorsByProjectUpdatedByAndSectorNameManyToManyEdge", - "description": "A `Sector` edge in the connection, with data from `Project`.", + "name": "CifUserProjectsByProjectManagerUpdatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -88624,19 +87501,19 @@ }, { "name": "node", - "description": "The `Sector` at the end of the edge.", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Sector", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsBySectorName", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "projectManagersByProjectId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -88663,7 +87540,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -88673,7 +87550,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -88720,7 +87597,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -88729,7 +87606,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -88742,7 +87619,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -88756,997 +87633,1178 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyAttachmentFilter", - "description": "A filter to be used against many `Attachment` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByProjectRevisionCreatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectRevision`.", + "fields": [ { - "name": "every", - "description": "Every related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserProjectsByProjectRevisionCreatedByAndProjectIdManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyChangeStatusFilter", - "description": "A filter to be used against many `ChangeStatus` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByProjectRevisionCreatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectRevision`.", + "fields": [ { - "name": "every", - "description": "Every related `ChangeStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `ChangeStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `ChangeStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "projectRevisionsByProjectId", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionsConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyCifUserFilter", - "description": "A filter to be used against many `CifUser` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByProjectRevisionUpdatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectRevision`.", + "fields": [ { - "name": "every", - "description": "Every related `CifUser` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserProjectsByProjectRevisionUpdatedByAndProjectIdManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `CifUser` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `CifUser` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyContactFilter", - "description": "A filter to be used against many `Contact` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByProjectRevisionUpdatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectRevision`.", + "fields": [ { - "name": "every", - "description": "Every related `Contact` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `Contact` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `Contact` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "projectRevisionsByProjectId", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "ContactFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionsConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyEmissionIntensityPaymentPercentFilter", - "description": "A filter to be used against many `EmissionIntensityPaymentPercent` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementArchivedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "every", - "description": "Every related `EmissionIntensityPaymentPercent` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementArchivedByAndProjectIdManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `EmissionIntensityPaymentPercent` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `EmissionIntensityPaymentPercent` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyEmissionIntensityReportFilter", - "description": "A filter to be used against many `EmissionIntensityReport` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementArchivedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "every", - "description": "Every related `EmissionIntensityReport` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `EmissionIntensityReport` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `EmissionIntensityReport` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "reportingRequirementsByProjectId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFormChangeFilter", - "description": "A filter to be used against many `FormChange` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementCreatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "every", - "description": "Every related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementCreatedByAndProjectIdManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingParameterFilter", - "description": "A filter to be used against many `FundingParameter` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamFilter", - "description": "A filter to be used against many `FundingStream` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `FundingStream` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `FundingStream` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `FundingStream` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamRfpFilter", - "description": "A filter to be used against many `FundingStreamRfp` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyFundingStreamRfpProjectStatusFilter", - "description": "A filter to be used against many `FundingStreamRfpProjectStatus` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyKeycloakJwtFilter", - "description": "A filter to be used against many `KeycloakJwt` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `KeycloakJwt` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "KeycloakJwtFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `KeycloakJwt` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "KeycloakJwtFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `KeycloakJwt` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "KeycloakJwtFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyMilestoneReportFilter", - "description": "A filter to be used against many `MilestoneReport` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `MilestoneReport` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `MilestoneReport` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `MilestoneReport` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyOperatorFilter", - "description": "A filter to be used against many `Operator` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `Operator` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `Operator` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `Operator` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyPaymentFilter", - "description": "A filter to be used against many `Payment` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `Payment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "PaymentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `Payment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "PaymentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `Payment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "PaymentFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectContactFilter", - "description": "A filter to be used against many `ProjectContact` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectFilter", - "description": "A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerFilter", - "description": "A filter to be used against many `ProjectManager` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectManagerLabelFilter", - "description": "A filter to be used against many `ProjectManagerLabel` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ProjectManagerLabel` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `ProjectManagerLabel` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `ProjectManagerLabel` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectRevisionFilter", - "description": "A filter to be used against many `ProjectRevision` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyProjectStatusFilter", - "description": "A filter to be used against many `ProjectStatus` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementCreatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "every", - "description": "Every related `ProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `ProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `ProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "reportingRequirementsByProjectId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyReportTypeFilter", - "description": "A filter to be used against many `ReportType` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ReportType` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", - "ofType": null - }, - "defaultValue": null - }, + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementUpdatedByAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "none", - "description": "No related `ReportType` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementUpdatedByAndProjectIdManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `ReportType` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CifUserToManyReportingRequirementFilter", - "description": "A filter to be used against many `ReportingRequirement` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CifUserToManySectorFilter", - "description": "A filter to be used against many `Sector` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CifUserProjectsByReportingRequirementUpdatedByAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "every", - "description": "Every related `Sector` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `Sector` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `Sector` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "reportingRequirementsByProjectId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CifUsersConnection", - "description": "A connection to a list of `CifUser` values.", + "name": "CifUserReportTypesByReportingRequirementArchivedByAndReportTypeManyToManyConnection", + "description": "A connection to a list of `ReportType` values, with data from `ReportingRequirement`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser` and cursor to aid in pagination.", + "description": "A list of edges which contains the `ReportType`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -89759,7 +88817,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUsersEdge", + "name": "CifUserReportTypesByReportingRequirementArchivedByAndReportTypeManyToManyEdge", "ofType": null } } @@ -89770,7 +88828,7 @@ }, { "name": "nodes", - "description": "A list of `CifUser` objects.", + "description": "A list of `ReportType` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -89780,7 +88838,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUser", + "name": "ReportType", "ofType": null } } @@ -89806,7 +88864,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "description": "The count of *all* `ReportType` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -89828,8 +88886,8 @@ }, { "kind": "OBJECT", - "name": "CifUsersEdge", - "description": "A `CifUser` edge in the connection.", + "name": "CifUserReportTypesByReportingRequirementArchivedByAndReportTypeManyToManyEdge", + "description": "A `ReportType` edge in the connection, with data from `ReportingRequirement`.", "fields": [ { "name": "cursor", @@ -89845,1590 +88903,3337 @@ }, { "name": "node", - "description": "The `CifUser` at the end of the edge.", + "description": "The `ReportType` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ReportType", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "description": "Methods to use when ordering `CifUser`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "ATTACHMENTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ATTACHMENTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, + "name": "reportingRequirementsByReportType", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportTypesByReportingRequirementCreatedByAndReportTypeManyToManyConnection", + "description": "A connection to a list of `ReportType` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "ATTACHMENTS_BY_CREATED_BY__COUNT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportType`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportTypesByReportingRequirementCreatedByAndReportTypeManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ATTACHMENTS_BY_CREATED_BY__COUNT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `ReportType` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportType", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ATTACHMENTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ATTACHMENTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportType` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportTypesByReportingRequirementCreatedByAndReportTypeManyToManyEdge", + "description": "A `ReportType` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "CHANGE_STATUSES_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUSES_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, + "name": "node", + "description": "The `ReportType` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportType", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUSES_BY_CREATED_BY__COUNT_ASC", - "description": null, + "name": "reportingRequirementsByReportType", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportTypesByReportingRequirementUpdatedByAndReportTypeManyToManyConnection", + "description": "A connection to a list of `ReportType` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "CHANGE_STATUSES_BY_CREATED_BY__COUNT_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportType`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportTypesByReportingRequirementUpdatedByAndReportTypeManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUSES_BY_UPDATED_BY__COUNT_ASC", - "description": null, + "name": "nodes", + "description": "A list of `ReportType` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportType", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUSES_BY_UPDATED_BY__COUNT_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USERS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportType` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportTypesByReportingRequirementUpdatedByAndReportTypeManyToManyEdge", + "description": "A `ReportType` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "CIF_USERS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USERS_BY_CREATED_BY__COUNT_ASC", - "description": null, + "name": "node", + "description": "The `ReportType` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportType", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USERS_BY_CREATED_BY__COUNT_DESC", - "description": null, + "name": "reportingRequirementsByReportType", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `EmissionIntensityReport`.", + "fields": [ { - "name": "CIF_USERS_BY_UPDATED_BY__COUNT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USERS_BY_UPDATED_BY__COUNT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportArchivedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `EmissionIntensityReport`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "emissionIntensityReportsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EmissionIntensityReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EmissionIntensityReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EmissionIntensityReportsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `EmissionIntensityReport`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportCreatedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `EmissionIntensityReport`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "emissionIntensityReportsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EmissionIntensityReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EmissionIntensityReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EmissionIntensityReportsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `EmissionIntensityReport`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `EmissionIntensityReport`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByEmissionIntensityReportUpdatedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `EmissionIntensityReport`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, + "name": "emissionIntensityReportsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EmissionIntensityReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EmissionIntensityReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EmissionIntensityReportsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportArchivedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `MilestoneReport`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportArchivedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportArchivedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `MilestoneReport`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "milestoneReportsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MilestoneReportCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `MilestoneReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MilestoneReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MilestoneReportsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportCreatedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `MilestoneReport`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportCreatedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportCreatedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `MilestoneReport`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "milestoneReportsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MilestoneReportCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `MilestoneReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MilestoneReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MilestoneReportsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `MilestoneReport`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `MilestoneReport`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByMilestoneReportUpdatedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `MilestoneReport`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, + "name": "milestoneReportsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MilestoneReportCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `MilestoneReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MilestoneReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MilestoneReportsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentArchivedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `Payment`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `Payment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentArchivedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentArchivedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `Payment`.", + "fields": [ { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "paymentsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `Payment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaymentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Payment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PaymentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PaymentsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentCreatedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `Payment`.", + "fields": [ { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `Payment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentCreatedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentCreatedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `Payment`.", + "fields": [ { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "paymentsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `Payment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaymentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Payment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PaymentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PaymentsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentUpdatedByAndReportingRequirementIdManyToManyConnection", + "description": "A connection to a list of `ReportingRequirement` values, with data from `Payment`.", + "fields": [ { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ReportingRequirement`, info from the `Payment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentUpdatedByAndReportingRequirementIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "nodes", + "description": "A list of `ReportingRequirement` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ReportingRequirement` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserReportingRequirementsByPaymentUpdatedByAndReportingRequirementIdManyToManyEdge", + "description": "A `ReportingRequirement` edge in the connection, with data from `Payment`.", + "fields": [ { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, + "name": "node", + "description": "The `ReportingRequirement` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, + "name": "paymentsByReportingRequirementId", + "description": "Reads and enables pagination through a set of `Payment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaymentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Payment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PaymentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PaymentsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserSectorsByProjectArchivedByAndSectorNameManyToManyConnection", + "description": "A connection to a list of `Sector` values, with data from `Project`.", + "fields": [ { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserSectorsByProjectArchivedByAndSectorNameManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, + "name": "nodes", + "description": "A list of `Sector` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `Sector` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserSectorsByProjectArchivedByAndSectorNameManyToManyEdge", + "description": "A `Sector` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, + "name": "node", + "description": "The `Sector` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, + "name": "projectsBySectorName", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserSectorsByProjectCreatedByAndSectorNameManyToManyConnection", + "description": "A connection to a list of `Sector` values, with data from `Project`.", + "fields": [ { - "name": "CONTACTS_BY_CREATED_BY__COUNT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserSectorsByProjectCreatedByAndSectorNameManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACTS_BY_CREATED_BY__COUNT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `Sector` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `Sector` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserSectorsByProjectCreatedByAndSectorNameManyToManyEdge", + "description": "A `Sector` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "CREATED_AT_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", - "description": null, + "name": "node", + "description": "The `Sector` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_REPORTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_REPORTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_REPORTS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_REPORTS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_REPORTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMISSION_INTENSITY_REPORTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FORM_CHANGES_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FORM_CHANGES_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FORM_CHANGES_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FORM_CHANGES_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_PARAMETERS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_PARAMETERS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_PARAMETERS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_PARAMETERS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_PARAMETERS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_PARAMETERS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAMS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAMS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAMS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAMS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAMS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAMS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFPS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFPS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFPS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFPS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFPS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFPS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "KEYCLOAK_JWTS_BY_SUB__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "KEYCLOAK_JWTS_BY_SUB__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MILESTONE_REPORTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MILESTONE_REPORTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MILESTONE_REPORTS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MILESTONE_REPORTS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MILESTONE_REPORTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MILESTONE_REPORTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OPERATORS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OPERATORS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OPERATORS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OPERATORS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OPERATORS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OPERATORS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAYMENTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAYMENTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAYMENTS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAYMENTS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAYMENTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAYMENTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECTS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECTS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_CONTACTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_CONTACTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_CONTACTS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_CONTACTS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_CONTACTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_CONTACTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGERS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGERS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGERS_BY_CIF_USER_ID__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGERS_BY_CIF_USER_ID__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGERS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGERS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGERS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGERS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABELS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABELS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABELS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABELS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABELS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABELS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_REVISIONS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_REVISIONS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_REVISIONS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_REVISIONS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUSES_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUSES_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUSES_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUSES_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUSES_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUSES_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORTING_REQUIREMENTS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORTING_REQUIREMENTS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORTING_REQUIREMENTS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORTING_REQUIREMENTS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORTING_REQUIREMENTS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORTING_REQUIREMENTS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORT_TYPES_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORT_TYPES_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORT_TYPES_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORT_TYPES_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORT_TYPES_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "REPORT_TYPES_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SECTORS_BY_ARCHIVED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SECTORS_BY_ARCHIVED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SECTORS_BY_CREATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SECTORS_BY_CREATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SECTORS_BY_UPDATED_BY__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SECTORS_BY_UPDATED_BY__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UUID_DESC", - "description": null, + "name": "projectsBySectorName", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "Contact", - "description": "Table containing information about a CIF contact", + "name": "CifUserSectorsByProjectUpdatedByAndSectorNameManyToManyConnection", + "description": "A connection to a list of `Sector` values, with data from `Project`.", "fields": [ { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "edges", + "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUserSectorsByProjectUpdatedByAndSectorNameManyToManyEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "nodes", + "description": "A list of `Sector` objects.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `Contact`.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `Contact`.", + "name": "totalCount", + "description": "The count of *all* `Sector` you could get from the connection.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CifUserSectorsByProjectUpdatedByAndSectorNameManyToManyEdge", + "description": "A `Sector` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `Contact`.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUsersByProjectContactContactIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "node", + "description": "The `Sector` at the end of the edge.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndArchivedByManyToManyConnection", - "ofType": null - } + "kind": "OBJECT", + "name": "Sector", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUsersByProjectContactContactIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "projectsBySectorName", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -91455,7 +92260,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -91465,7 +92270,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -91512,7 +92317,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -91521,7 +92326,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -91534,1457 +92339,707 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndCreatedByManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "cifUsersByProjectContactContactIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndUpdatedByManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyAttachmentFilter", + "description": "A filter to be used against many `Attachment` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "comments", - "description": "Any comments about this contact", - "args": [], + "name": "every", + "description": "Every related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "companyName", - "description": "The company this contact works for", - "args": [], + "name": "none", + "description": "No related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "contactPosition", - "description": "The role of this contact within their company", - "args": [], + "name": "some", + "description": "Some related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyChangeStatusFilter", + "description": "A filter to be used against many `ChangeStatus` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "createdBy", - "description": "created by user id", - "args": [], + "name": "every", + "description": "Every related `ChangeStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ChangeStatusFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "email", - "description": "The email address, and a unique identifier, of this contact", - "args": [], + "name": "none", + "description": "No related `ChangeStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ChangeStatusFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "familyName", - "description": "The family name of this contact", - "args": [], + "name": "some", + "description": "Some related `ChangeStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ChangeStatusFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyCifUserFilter", + "description": "A filter to be used against many `CifUser` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "fullName", - "description": "Computed column for graphql to retrieve the full formatted phone of a contact", - "args": [], + "name": "every", + "description": "Every related `CifUser` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "fullPhone", - "description": null, - "args": [], + "name": "none", + "description": "No related `CifUser` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "givenName", - "description": "The given name of this contact", - "args": [], + "name": "some", + "description": "Some related `CifUser` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyContactFilter", + "description": "A filter to be used against many `Contact` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "name": "every", + "description": "Every related `Contact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ContactFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pendingFormChange", - "description": "Returns the pending form change editing the contact created by the current user, if it exists.", - "args": [], + "name": "none", + "description": "No related `Contact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "OBJECT", - "name": "FormChange", + "kind": "INPUT_OBJECT", + "name": "ContactFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "phone", - "description": "The phone number of this contact, stored in E.164 format", - "args": [], + "name": "some", + "description": "Some related `Contact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ContactFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyEmissionIntensityPaymentPercentFilter", + "description": "A filter to be used against many `EmissionIntensityPaymentPercent` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "phoneExt", - "description": "The phone extension of this contact", - "args": [], + "name": "every", + "description": "Every related `EmissionIntensityPaymentPercent` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectContactsByContactId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectContactsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "none", + "description": "No related `EmissionIntensityPaymentPercent` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectContactsConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectsByProjectContactContactIdAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "some", + "description": "Some related `EmissionIntensityPaymentPercent` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContactProjectsByProjectContactContactIdAndProjectIdManyToManyConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyEmissionIntensityReportFilter", + "description": "A filter to be used against many `EmissionIntensityReport` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "rowId", - "description": "Unique ID for the contact", - "args": [], + "name": "every", + "description": "Every related `EmissionIntensityReport` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], + "name": "none", + "description": "No related `EmissionIntensityReport` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updatedBy", - "description": "updated by user id", - "args": [], + "name": "some", + "description": "Some related `EmissionIntensityReport` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "defaultValue": null } ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFormChangeFilter", + "description": "A filter to be used against many `FormChange` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "every", + "description": "Every related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "none", + "description": "No related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "some", + "description": "Some related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingParameterFilter", + "description": "A filter to be used against many `FundingParameter` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "every", + "description": "Every related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "none", + "description": "No related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectContactsByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectContactsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "some", + "description": "Some related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectContactsConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamFilter", + "description": "A filter to be used against many `FundingStream` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "every", + "description": "Every related `FundingStream` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "FundingStreamFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "none", + "description": "No related `FundingStream` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FundingStreamFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "some", + "description": "Some related `FundingStream` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FundingStreamFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamRfpFilter", + "description": "A filter to be used against many `FundingStreamRfp` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "every", + "description": "Every related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "none", + "description": "No related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectContactsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectContactsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "some", + "description": "Some related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectContactsConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INPUT_OBJECT", + "name": "CifUserToManyFundingStreamRfpProjectStatusFilter", + "description": "A filter to be used against many `FundingStreamRfpProjectStatus` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "every", + "description": "Every related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "none", + "description": "No related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "some", + "description": "Some related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ContactCifUsersByProjectContactContactIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CifUserToManyKeycloakJwtFilter", + "description": "A filter to be used against many `KeycloakJwt` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "every", + "description": "Every related `KeycloakJwt` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "INPUT_OBJECT", + "name": "KeycloakJwtFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "none", + "description": "No related `KeycloakJwt` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "KeycloakJwtFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectContactsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectContactsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "some", + "description": "Some related `KeycloakJwt` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectContactsConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "KeycloakJwtFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ContactCondition", - "description": "A condition to be used against `Contact` object types. All fields are tested for equality and combined with a logical ‘and.’", + "name": "CifUserToManyMilestoneReportFilter", + "description": "A filter to be used against many `MilestoneReport` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", + "name": "every", + "description": "Every related `MilestoneReport` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null }, { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", + "name": "none", + "description": "No related `MilestoneReport` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null }, { - "name": "comments", - "description": "Checks for equality with the object’s `comments` field.", + "name": "some", + "description": "Some related `MilestoneReport` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyOperatorFilter", + "description": "A filter to be used against many `Operator` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "companyName", - "description": "Checks for equality with the object’s `companyName` field.", + "name": "every", + "description": "Every related `Operator` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null }, { - "name": "contactPosition", - "description": "Checks for equality with the object’s `contactPosition` field.", + "name": "none", + "description": "No related `Operator` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "name": "some", + "description": "Some related `Operator` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyPaymentFilter", + "description": "A filter to be used against many `Payment` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", + "name": "every", + "description": "Every related `Payment` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null }, { - "name": "email", - "description": "Checks for equality with the object’s `email` field.", + "name": "none", + "description": "No related `Payment` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null }, { - "name": "familyName", - "description": "Checks for equality with the object’s `familyName` field.", + "name": "some", + "description": "Some related `Payment` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectContactFilter", + "description": "A filter to be used against many `ProjectContact` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "givenName", - "description": "Checks for equality with the object’s `givenName` field.", + "name": "every", + "description": "Every related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null }, { - "name": "phone", - "description": "Checks for equality with the object’s `phone` field.", + "name": "none", + "description": "No related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null }, { - "name": "phoneExt", - "description": "Checks for equality with the object’s `phoneExt` field.", + "name": "some", + "description": "Some related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectFilter", + "description": "A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", + "name": "every", + "description": "Every related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "none", + "description": "No related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", + "name": "some", + "description": "Some related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -92996,302 +93051,323 @@ }, { "kind": "INPUT_OBJECT", - "name": "ContactFilter", - "description": "A filter to be used against `Contact` object types. All fields are combined with a logical ‘and.’", + "name": "CifUserToManyProjectManagerFilter", + "description": "A filter to be used against many `ProjectManager` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContactFilter", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", + "name": "every", + "description": "Every related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null }, { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", + "name": "none", + "description": "No related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "IntFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "name": "some", + "description": "Some related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectManagerLabelFilter", + "description": "A filter to be used against many `ProjectManagerLabel` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "name": "every", + "description": "Every related `ProjectManagerLabel` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "name": "none", + "description": "No related `ProjectManagerLabel` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", + "name": "some", + "description": "Some related `ProjectManagerLabel` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectRevisionFilter", + "description": "A filter to be used against many `ProjectRevision` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "comments", - "description": "Filter by the object’s `comments` field.", + "name": "every", + "description": "Every related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null }, { - "name": "companyName", - "description": "Filter by the object’s `companyName` field.", + "name": "none", + "description": "No related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null }, { - "name": "contactPosition", - "description": "Filter by the object’s `contactPosition` field.", + "name": "some", + "description": "Some related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectStatusFilter", + "description": "A filter to be used against many `ProjectStatus` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", + "name": "every", + "description": "Every related `ProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null }, { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", + "name": "none", + "description": "No related `ProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "IntFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null }, { - "name": "email", - "description": "Filter by the object’s `email` field.", + "name": "some", + "description": "Some related `ProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyProjectTypeFilter", + "description": "A filter to be used against many `ProjectType` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "familyName", - "description": "Filter by the object’s `familyName` field.", + "name": "every", + "description": "Every related `ProjectType` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null }, { - "name": "fullName", - "description": "Filter by the object’s `fullName` field.", + "name": "none", + "description": "No related `ProjectType` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null }, { - "name": "fullPhone", - "description": "Filter by the object’s `fullPhone` field.", + "name": "some", + "description": "Some related `ProjectType` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyReportTypeFilter", + "description": "A filter to be used against many `ReportType` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "givenName", - "description": "Filter by the object’s `givenName` field.", + "name": "every", + "description": "Every related `ReportType` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null }, { - "name": "not", - "description": "Negates the expression.", + "name": "none", + "description": "No related `ReportType` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContactFilter", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "phone", - "description": "Filter by the object’s `phone` field.", + "name": "some", + "description": "Some related `ReportType` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ReportTypeFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManyReportingRequirementFilter", + "description": "A filter to be used against many `ReportingRequirement` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "phoneExt", - "description": "Filter by the object’s `phoneExt` field.", + "name": "every", + "description": "Every related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null }, { - "name": "projectContactsByContactId", - "description": "Filter by the object’s `projectContactsByContactId` relation.", + "name": "none", + "description": "No related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "ContactToManyProjectContactFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null }, { - "name": "projectContactsByContactIdExist", - "description": "Some related `projectContactsByContactId` exist.", + "name": "some", + "description": "Some related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CifUserToManySectorFilter", + "description": "A filter to be used against many `Sector` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", + "name": "every", + "description": "Every related `Sector` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "IntFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null }, { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", + "name": "none", + "description": "No related `Sector` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", + "name": "some", + "description": "Some related `Sector` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { "kind": "INPUT_OBJECT", - "name": "IntFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -93303,12 +93379,12 @@ }, { "kind": "OBJECT", - "name": "ContactProjectsByProjectContactContactIdAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectContact`.", + "name": "CifUsersConnection", + "description": "A connection to a list of `CifUser` values.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -93321,7 +93397,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContactProjectsByProjectContactContactIdAndProjectIdManyToManyEdge", + "name": "CifUsersEdge", "ofType": null } } @@ -93332,7 +93408,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -93342,7 +93418,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "CifUser", "ofType": null } } @@ -93368,7 +93444,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -93390,8 +93466,8 @@ }, { "kind": "OBJECT", - "name": "ContactProjectsByProjectContactContactIdAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectContact`.", + "name": "CifUsersEdge", + "description": "A `CifUser` edge in the connection.", "fields": [ { "name": "cursor", @@ -93407,130 +93483,15 @@ }, { "name": "node", - "description": "The `Project` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "projectContactsByProjectId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectContactsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectContactsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -93539,196 +93500,141 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ContactToManyProjectContactFilter", - "description": "A filter to be used against many `ProjectContact` object types. All fields are combined with a logical ‘and.’", + "kind": "ENUM", + "name": "CifUsersOrderBy", + "description": "Methods to use when ordering `CifUser`.", "fields": null, - "inputFields": [ + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "every", - "description": "Every related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null + "name": "ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null + "name": "ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContactsConnection", - "description": "A connection to a list of `Contact` values.", - "fields": [ + "name": "ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "A list of edges which contains the `Contact` and cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContactsEdge", - "ofType": null - } - } - } - }, + "name": "ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `Contact` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contact", - "ofType": null - } - } - }, + "name": "ATTACHMENTS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "ATTACHMENTS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Contact` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "ATTACHMENTS_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContactsEdge", - "description": "A `Contact` edge in the connection.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "ATTACHMENTS_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Contact` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Contact", - "ofType": null - }, + "name": "ATTACHMENTS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ContactsOrderBy", - "description": "Methods to use when ordering `Contact`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "ARCHIVED_AT_ASC", + "name": "ATTACHMENTS_BY_UPDATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_AT_DESC", + "name": "CHANGE_STATUSES_BY_ARCHIVED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_ASC", + "name": "CHANGE_STATUSES_BY_ARCHIVED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_DESC", + "name": "CHANGE_STATUSES_BY_CREATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUSES_BY_CREATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUSES_BY_UPDATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUSES_BY_UPDATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USERS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USERS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USERS_BY_CREATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USERS_BY_CREATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USERS_BY_UPDATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USERS_BY_UPDATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -94130,37 +94036,37 @@ "deprecationReason": null }, { - "name": "COMMENTS_ASC", + "name": "CONTACTS_BY_ARCHIVED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "COMMENTS_DESC", + "name": "CONTACTS_BY_ARCHIVED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "COMPANY_NAME_ASC", + "name": "CONTACTS_BY_CREATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "COMPANY_NAME_DESC", + "name": "CONTACTS_BY_CREATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_POSITION_ASC", + "name": "CONTACTS_BY_UPDATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_POSITION_DESC", + "name": "CONTACTS_BY_UPDATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -94190,2052 +94096,862 @@ "deprecationReason": null }, { - "name": "EMAIL_ASC", + "name": "EMAIL_ADDRESS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "EMAIL_DESC", + "name": "EMAIL_ADDRESS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FAMILY_NAME_ASC", + "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_ARCHIVED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FAMILY_NAME_DESC", + "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_ARCHIVED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FULL_NAME_ASC", + "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_CREATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FULL_NAME_DESC", + "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_CREATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FULL_PHONE_ASC", + "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_UPDATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FULL_PHONE_DESC", + "name": "EMISSION_INTENSITY_PAYMENT_PERCENTS_BY_UPDATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "GIVEN_NAME_ASC", + "name": "EMISSION_INTENSITY_REPORTS_BY_ARCHIVED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "GIVEN_NAME_DESC", + "name": "EMISSION_INTENSITY_REPORTS_BY_ARCHIVED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", + "name": "EMISSION_INTENSITY_REPORTS_BY_CREATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", + "name": "EMISSION_INTENSITY_REPORTS_BY_CREATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", + "name": "EMISSION_INTENSITY_REPORTS_BY_UPDATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PHONE_ASC", + "name": "EMISSION_INTENSITY_REPORTS_BY_UPDATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PHONE_DESC", + "name": "FAMILY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PHONE_EXT_ASC", + "name": "FAMILY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PHONE_EXT_DESC", + "name": "FORM_CHANGES_BY_CREATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", + "name": "FORM_CHANGES_BY_CREATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "FORM_CHANGES_BY_UPDATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_CONTACTS_BY_CONTACT_ID__COUNT_ASC", + "name": "FORM_CHANGES_BY_UPDATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_CONTACTS_BY_CONTACT_ID__COUNT_DESC", + "name": "FUNDING_PARAMETERS_BY_ARCHIVED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", + "name": "FUNDING_PARAMETERS_BY_ARCHIVED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", + "name": "FUNDING_PARAMETERS_BY_CREATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", + "name": "FUNDING_PARAMETERS_BY_CREATED_BY__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", + "name": "FUNDING_PARAMETERS_BY_UPDATED_BY__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateAttachmentInput", - "description": "All input for the create `Attachment` mutation.", - "fields": null, - "inputFields": [ - { - "name": "attachment", - "description": "The `Attachment` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AttachmentInput", - "ofType": null - } - }, - "defaultValue": null }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateAttachmentPayload", - "description": "The output of our create `Attachment` mutation.", - "fields": [ - { - "name": "attachment", - "description": "The `Attachment` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Attachment", - "ofType": null - }, + "name": "FUNDING_PARAMETERS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "attachmentEdge", - "description": "An edge for our `Attachment`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AttachmentsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "AttachmentsEdge", - "ofType": null - }, + "name": "FUNDING_STREAMS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `Attachment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "FUNDING_STREAMS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `Attachment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "FUNDING_STREAMS_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `Attachment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "FUNDING_STREAMS_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "FUNDING_STREAMS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `Attachment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, + "name": "FUNDING_STREAMS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatusByProjectStatusId", - "description": "Reads a single `ProjectStatus` that is related to this `Attachment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, + "name": "FUNDING_STREAM_RFPS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "FUNDING_STREAM_RFPS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateChangeStatusInput", - "description": "All input for the create `ChangeStatus` mutation.", - "fields": null, - "inputFields": [ - { - "name": "changeStatus", - "description": "The `ChangeStatus` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeStatusInput", - "ofType": null - } - }, - "defaultValue": null }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateChangeStatusPayload", - "description": "The output of our create `ChangeStatus` mutation.", - "fields": [ - { - "name": "changeStatus", - "description": "The `ChangeStatus` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - }, + "name": "FUNDING_STREAM_RFPS_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "changeStatusEdge", - "description": "An edge for our `ChangeStatus`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "ChangeStatusesEdge", - "ofType": null - }, + "name": "FUNDING_STREAM_RFPS_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "FUNDING_STREAM_RFPS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "FUNDING_STREAM_RFPS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateCifUserInput", - "description": "All input for the create `CifUser` mutation.", - "fields": null, - "inputFields": [ - { - "name": "cifUser", - "description": "The `CifUser` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CifUserInput", - "ofType": null - } - }, - "defaultValue": null }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateCifUserPayload", - "description": "The output of our create `CifUser` mutation.", - "fields": [ + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_CREATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUser", - "description": "The `CifUser` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "GIVEN_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "GIVEN_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserEdge", - "description": "An edge for our `CifUser`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "CifUsersEdge", - "ofType": null - }, + "name": "ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "KEYCLOAK_JWTS_BY_SUB__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateEmissionIntensityPaymentPercentInput", - "description": "All input for the create `EmissionIntensityPaymentPercent` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "KEYCLOAK_JWTS_BY_SUB__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercent", - "description": "The `EmissionIntensityPaymentPercent` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateEmissionIntensityPaymentPercentPayload", - "description": "The output of our create `EmissionIntensityPaymentPercent` mutation.", - "fields": [ + "name": "MILESTONE_REPORTS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "MILESTONE_REPORTS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "MILESTONE_REPORTS_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "MILESTONE_REPORTS_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "MILESTONE_REPORTS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercent", - "description": "The `EmissionIntensityPaymentPercent` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercent", - "ofType": null - }, + "name": "MILESTONE_REPORTS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercentEdge", - "description": "An edge for our `EmissionIntensityPaymentPercent`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsEdge", - "ofType": null - }, + "name": "NATURAL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "OPERATORS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateEmissionIntensityReportInput", - "description": "All input for the create `EmissionIntensityReport` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "OPERATORS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionIntensityReport", - "description": "The `EmissionIntensityReport` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateEmissionIntensityReportPayload", - "description": "The output of our create `EmissionIntensityReport` mutation.", - "fields": [ + "name": "OPERATORS_BY_CREATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "OPERATORS_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "OPERATORS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "OPERATORS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "PAYMENTS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "emissionIntensityReport", - "description": "The `EmissionIntensityReport` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "EmissionIntensityReport", - "ofType": null - }, + "name": "PAYMENTS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "emissionIntensityReportEdge", - "description": "An edge for our `EmissionIntensityReport`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "EmissionIntensityReportsEdge", - "ofType": null - }, + "name": "PAYMENTS_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "PAYMENTS_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Reads a single `ReportingRequirement` that is related to this `EmissionIntensityReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ReportingRequirement", - "ofType": null - }, + "name": "PAYMENTS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateFormChangeInput", - "description": "All input for the `createFormChange` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "changeStatus", + "name": "PAYMENTS_BY_UPDATED_BY__COUNT_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataRecordId", + "name": "PRIMARY_KEY_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataSchemaName", + "name": "PROJECTS_BY_ARCHIVED_BY__COUNT_ASC", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataTableName", + "name": "PROJECTS_BY_ARCHIVED_BY__COUNT_DESC", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "jsonSchemaName", + "name": "PROJECTS_BY_CREATED_BY__COUNT_ASC", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "newFormData", + "name": "PROJECTS_BY_CREATED_BY__COUNT_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "operation", + "name": "PROJECTS_BY_UPDATED_BY__COUNT_ASC", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangeOperation", - "ofType": null - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectRevisionId", + "name": "PROJECTS_BY_UPDATED_BY__COUNT_DESC", "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "validationErrors", + "name": "PROJECT_CONTACTS_BY_ARCHIVED_BY__COUNT_ASC", "description": null, - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateFormChangePayload", - "description": "The output of our `createFormChange` mutation.", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "changeStatusByChangeStatus", - "description": "Reads a single `ChangeStatus` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - }, + "name": "PROJECT_CONTACTS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_CONTACTS_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_CONTACTS_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "PROJECT_CONTACTS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChange", + "name": "PROJECT_CONTACTS_BY_UPDATED_BY__COUNT_DESC", "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangeByPreviousFormChangeId", - "description": "Reads a single `FormChange` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - }, + "name": "PROJECT_MANAGERS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangeEdge", - "description": "An edge for our `FormChange`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "FormChangesEdge", - "ofType": null - }, + "name": "PROJECT_MANAGERS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevisionByProjectRevisionId", - "description": "Reads a single `ProjectRevision` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectRevision", - "ofType": null - }, + "name": "PROJECT_MANAGERS_BY_CIF_USER_ID__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "PROJECT_MANAGERS_BY_CIF_USER_ID__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateFundingParameterInput", - "description": "All input for the create `FundingParameter` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "PROJECT_MANAGERS_BY_CREATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingParameter", - "description": "The `FundingParameter` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateFundingParameterPayload", - "description": "The output of our create `FundingParameter` mutation.", - "fields": [ + "name": "PROJECT_MANAGERS_BY_CREATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_MANAGERS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_MANAGERS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_MANAGER_LABELS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "PROJECT_MANAGER_LABELS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingParameter", - "description": "The `FundingParameter` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingParameter", - "ofType": null - }, + "name": "PROJECT_MANAGER_LABELS_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingParameterEdge", - "description": "An edge for our `FundingParameter`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingParametersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "FundingParametersEdge", - "ofType": null - }, + "name": "PROJECT_MANAGER_LABELS_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `FundingParameter`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, + "name": "PROJECT_MANAGER_LABELS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "PROJECT_MANAGER_LABELS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateFundingStreamInput", - "description": "All input for the create `FundingStream` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "PROJECT_REVISIONS_BY_CREATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStream", - "description": "The `FundingStream` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateFundingStreamPayload", - "description": "The output of our create `FundingStream` mutation.", - "fields": [ + "name": "PROJECT_REVISIONS_BY_CREATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_REVISIONS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_REVISIONS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_STATUSES_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "PROJECT_STATUSES_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStream", - "description": "The `FundingStream` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStream", - "ofType": null - }, + "name": "PROJECT_STATUSES_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamEdge", - "description": "An edge for our `FundingStream`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "FundingStreamsEdge", - "ofType": null - }, + "name": "PROJECT_STATUSES_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "PROJECT_STATUSES_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateFundingStreamRfpInput", - "description": "All input for the create `FundingStreamRfp` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "PROJECT_STATUSES_BY_UPDATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfp", - "description": "The `FundingStreamRfp` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateFundingStreamRfpPayload", - "description": "The output of our create `FundingStreamRfp` mutation.", - "fields": [ + "name": "PROJECT_TYPES_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_TYPES_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_TYPES_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "PROJECT_TYPES_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "PROJECT_TYPES_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamByFundingStreamId", - "description": "Reads a single `FundingStream` that is related to this `FundingStreamRfp`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStream", - "ofType": null - }, + "name": "PROJECT_TYPES_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfp", - "description": "The `FundingStreamRfp` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - }, + "name": "REPORTING_REQUIREMENTS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpEdge", - "description": "An edge for our `FundingStreamRfp`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfpsEdge", - "ofType": null - }, + "name": "REPORTING_REQUIREMENTS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "REPORTING_REQUIREMENTS_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateFundingStreamRfpProjectStatusInput", - "description": "All input for the create `FundingStreamRfpProjectStatus` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "REPORTING_REQUIREMENTS_BY_CREATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatus", - "description": "The `FundingStreamRfpProjectStatus` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateFundingStreamRfpProjectStatusPayload", - "description": "The output of our create `FundingStreamRfpProjectStatus` mutation.", - "fields": [ + "name": "REPORTING_REQUIREMENTS_BY_UPDATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "REPORTING_REQUIREMENTS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "REPORT_TYPES_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "REPORT_TYPES_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "REPORT_TYPES_BY_CREATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpByFundingStreamRfpId", - "description": "Reads a single `FundingStreamRfp` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - }, + "name": "REPORT_TYPES_BY_CREATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatus", - "description": "The `FundingStreamRfpProjectStatus` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatus", - "ofType": null - }, + "name": "REPORT_TYPES_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusEdge", - "description": "An edge for our `FundingStreamRfpProjectStatus`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesEdge", - "ofType": null - }, + "name": "REPORT_TYPES_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatusByProjectStatusId", - "description": "Reads a single `ProjectStatus` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, + "name": "SECTORS_BY_ARCHIVED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "SECTORS_BY_ARCHIVED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateMilestoneReportInput", - "description": "All input for the create `MilestoneReport` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "SECTORS_BY_CREATED_BY__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "milestoneReport", - "description": "The `MilestoneReport` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateMilestoneReportPayload", - "description": "The output of our create `MilestoneReport` mutation.", - "fields": [ + "name": "SECTORS_BY_CREATED_BY__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "SECTORS_BY_UPDATED_BY__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "SECTORS_BY_UPDATED_BY__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "milestoneReport", - "description": "The `MilestoneReport` that was created by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MilestoneReport", - "ofType": null - }, + "name": "UPDATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "milestoneReportEdge", - "description": "An edge for our `MilestoneReport`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MilestoneReportsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "MilestoneReportsEdge", - "ofType": null - }, + "name": "UPDATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "UUID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Reads a single `ReportingRequirement` that is related to this `MilestoneReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ReportingRequirement", - "ofType": null - }, + "name": "UUID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreateProjectContactInput", - "description": "All input for the create `ProjectContact` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "Contact", + "description": "Table containing information about a CIF contact", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectContact", - "description": "The `ProjectContact` to be created by this mutation.", + "name": "archivedBy", + "description": "archived by user id", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateProjectContactPayload", - "description": "The output of our create `ProjectContact` mutation.", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "description": "Reads a single `CifUser` that is related to this `Contact`.", "args": [], "type": { "kind": "OBJECT", @@ -96247,7 +94963,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "description": "Reads a single `CifUser` that is related to this `Contact`.", "args": [], "type": { "kind": "OBJECT", @@ -96259,7 +94975,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "description": "Reads a single `CifUser` that is related to this `Contact`.", "args": [], "type": { "kind": "OBJECT", @@ -96270,60 +94986,322 @@ "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "contactByContactId", - "description": "Reads a single `Contact` that is related to this `ProjectContact`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Contact", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectContact`.", - "args": [], + "name": "cifUsersByProjectContactContactIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndArchivedByManyToManyConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectContact", - "description": "The `ProjectContact` that was created by this mutation.", - "args": [], + "name": "cifUsersByProjectContactContactIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "OBJECT", - "name": "ProjectContact", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndCreatedByManyToManyConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectContactEdge", - "description": "An edge for our `ProjectContact`. May be used by Relay 1.", + "name": "cifUsersByProjectContactContactIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -96332,7 +95310,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -96341,166 +95319,100 @@ } ], "type": { - "kind": "OBJECT", - "name": "ProjectContactsEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndUpdatedByManyToManyConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "comments", + "description": "Any comments about this contact", "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateProjectInput", - "description": "All input for the `createProject` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateProjectManagerInput", - "description": "All input for the create `ProjectManager` mutation.", - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "companyName", + "description": "The company this contact works for", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectManager", - "description": "The `ProjectManager` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateProjectManagerLabelInput", - "description": "All input for the create `ProjectManagerLabel` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "contactPosition", + "description": "The role of this contact within their company", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectManagerLabel", - "description": "The `ProjectManagerLabel` to be created by this mutation.", + "name": "createdAt", + "description": "created at timestamp", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelInput", + "kind": "SCALAR", + "name": "Datetime", "ofType": null } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateProjectManagerLabelPayload", - "description": "The output of our create `ProjectManagerLabel` mutation.", - "fields": [ - { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "name": "createdBy", + "description": "created by user id", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "name": "email", + "description": "The email address, and a unique identifier, of this contact", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "familyName", + "description": "The family name of this contact", "args": [], "type": { "kind": "SCALAR", @@ -96511,122 +95423,72 @@ "deprecationReason": null }, { - "name": "projectManagerLabel", - "description": "The `ProjectManagerLabel` that was created by this mutation.", + "name": "fullName", + "description": "Computed column for graphql to retrieve the full formatted phone of a contact", "args": [], "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagerLabelEdge", - "description": "An edge for our `ProjectManagerLabel`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabelsEdge", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateProjectManagerPayload", - "description": "The output of our create `ProjectManager` mutation.", - "fields": [ - { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "name": "fullPhone", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCifUserId", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "name": "givenName", + "description": "The given name of this contact", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "name": "pendingFormChange", + "description": "Returns the pending form change editing the contact created by the current user, if it exists.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "FormChange", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "phone", + "description": "The phone number of this contact, stored in E.164 format", "args": [], "type": { "kind": "SCALAR", @@ -96637,36 +95499,219 @@ "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectManager`.", + "name": "phoneExt", + "description": "The phone extension of this contact", "args": [], "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManager", - "description": "The `ProjectManager` that was created by this mutation.", - "args": [], + "name": "projectContactsByContactId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectContact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "OBJECT", - "name": "ProjectManager", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerEdge", - "description": "An edge for our `ProjectManager`. May be used by Relay 1.", + "name": "projectsByProjectContactContactIdAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -96675,7 +95720,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -96684,32 +95729,56 @@ } ], "type": { - "kind": "OBJECT", - "name": "ProjectManagersEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContactProjectsByProjectContactContactIdAndProjectIdManyToManyConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerLabelByProjectManagerLabelId", - "description": "Reads a single `ProjectManagerLabel` that is related to this `ProjectManager`.", + "name": "rowId", + "description": "Unique ID for the contact", "args": [], "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "updatedAt", + "description": "updated at timestamp", "args": [], "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -96717,255 +95786,456 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CreateProjectPayload", - "description": "The output of our `createProject` mutation.", + "name": "ContactCifUsersByProjectContactContactIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", "fields": [ { - "name": "changeStatusByChangeStatus", - "description": "Reads a single `ChangeStatus` that is related to this `ProjectRevision`.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "name": "nodes", + "description": "A list of `CifUser` objects.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "fields": [ { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectRevision`.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevision", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectRevision", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevisionEdge", - "description": "An edge for our `ProjectRevision`. May be used by Relay 1.", + "name": "projectContactsByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "name": "after", + "description": "Read all values in the set after (below) this cursor.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Cursor", + "ofType": null }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "ProjectRevisionsEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateProjectRevisionInput", - "description": "All input for the `createProjectRevision` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectId", - "description": null, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectContact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectContactsConnection", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CreateProjectRevisionPayload", - "description": "The output of our `createProjectRevision` mutation.", + "name": "ContactCifUsersByProjectContactContactIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", "fields": [ { - "name": "changeStatusByChangeStatus", - "description": "Reads a single `ChangeStatus` that is related to this `ProjectRevision`.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "name": "nodes", + "description": "A list of `CifUser` objects.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "fields": [ { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectRevision`.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevision", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectRevision", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevisionEdge", - "description": "An edge for our `ProjectRevision`. May be used by Relay 1.", + "name": "projectContactsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -96974,7 +96244,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -96983,21 +96253,13 @@ } ], "type": { - "kind": "OBJECT", - "name": "ProjectRevisionsEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -97009,112 +96271,208 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CreateProjectStatusInput", - "description": "All input for the create `ProjectStatus` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "fields": [ { - "name": "projectStatus", - "description": "The `ProjectStatus` to be created by this mutation.", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateProjectStatusPayload", - "description": "The output of our create `ProjectStatus` mutation.", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "name": "nodes", + "description": "A list of `CifUser` objects.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContactCifUsersByProjectContactContactIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatus", - "description": "The `ProjectStatus` that was created by this mutation.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatusEdge", - "description": "An edge for our `ProjectStatus`. May be used by Relay 1.", + "name": "projectContactsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -97123,7 +96481,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -97132,21 +96490,13 @@ } ], "type": { - "kind": "OBJECT", - "name": "ProjectStatusesEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -97159,162 +96509,83 @@ }, { "kind": "INPUT_OBJECT", - "name": "CreateReportTypeInput", - "description": "All input for the create `ReportType` mutation.", + "name": "ContactCondition", + "description": "A condition to be used against `Contact` object types. All fields are tested for equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "reportType", - "description": "The `ReportType` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ReportTypeInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateReportTypePayload", - "description": "The output of our create `ReportType` mutation.", - "fields": [ - { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ReportType`.", - "args": [], + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ReportType`.", - "args": [], + "name": "comments", + "description": "Checks for equality with the object’s `comments` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ReportType`.", - "args": [], + "name": "companyName", + "description": "Checks for equality with the object’s `companyName` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "contactPosition", + "description": "Checks for equality with the object’s `contactPosition` field.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "reportType", - "description": "The `ReportType` that was created by this mutation.", - "args": [], + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { - "kind": "OBJECT", - "name": "ReportType", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "reportTypeEdge", - "description": "An edge for our `ReportType`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ReportTypesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "ReportTypesEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CreateSectorInput", - "description": "All input for the create `Sector` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "email", + "description": "Checks for equality with the object’s `email` field.", "type": { "kind": "SCALAR", "name": "String", @@ -97323,410 +96594,297 @@ "defaultValue": null }, { - "name": "sector", - "description": "The `Sector` to be created by this mutation.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SectorInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateSectorPayload", - "description": "The output of our create `Sector` mutation.", - "fields": [ - { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `Sector`.", - "args": [], + "name": "familyName", + "description": "Checks for equality with the object’s `familyName` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `Sector`.", - "args": [], + "name": "givenName", + "description": "Checks for equality with the object’s `givenName` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `Sector`.", - "args": [], + "name": "phone", + "description": "Checks for equality with the object’s `phone` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "phoneExt", + "description": "Checks for equality with the object’s `phoneExt` field.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "sector", - "description": "The `Sector` that was created by this mutation.", - "args": [], + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { - "kind": "OBJECT", - "name": "Sector", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "sectorEdge", - "description": "An edge for our `Sector`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `Sector`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SectorsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", "type": { - "kind": "OBJECT", - "name": "SectorsEdge", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "CreateUserFromSessionInput", - "description": "All input for the `createUserFromSession` mutation.", + "name": "ContactFilter", + "description": "A filter to be used against `Contact` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ContactFilter", + "ofType": null + } + } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateUserFromSessionPayload", - "description": "The output of our `createUserFromSession` mutation.", - "fields": [ + }, { - "name": "cifUser", - "description": null, - "args": [], + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserEdge", - "description": "An edge for our `CifUser`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", "type": { - "kind": "OBJECT", - "name": "CifUsersEdge", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", "type": { - "kind": "OBJECT", - "name": "Query", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Cursor", - "description": "A location in a connection that can be used for resuming pagination.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Datetime", - "description": "A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "description": "A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "defaultValue": null + }, { - "name": "distinctFrom", - "description": "Not equal to the specified value, treating null like an ordinary value.", + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "equalTo", - "description": "Equal to the specified value.", + "name": "comments", + "description": "Filter by the object’s `comments` field.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, "defaultValue": null }, { - "name": "greaterThan", - "description": "Greater than the specified value.", + "name": "companyName", + "description": "Filter by the object’s `companyName` field.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, "defaultValue": null }, { - "name": "greaterThanOrEqualTo", - "description": "Greater than or equal to the specified value.", + "name": "contactPosition", + "description": "Filter by the object’s `contactPosition` field.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, "defaultValue": null }, { - "name": "in", - "description": "Included in the specified list.", + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null }, "defaultValue": null }, { - "name": "isNull", - "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, "defaultValue": null }, { - "name": "lessThan", - "description": "Less than the specified value.", + "name": "email", + "description": "Filter by the object’s `email` field.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, "defaultValue": null }, { - "name": "lessThanOrEqualTo", - "description": "Less than or equal to the specified value.", + "name": "familyName", + "description": "Filter by the object’s `familyName` field.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, "defaultValue": null }, { - "name": "notDistinctFrom", - "description": "Equal to the specified value, treating null like an ordinary value.", + "name": "fullName", + "description": "Filter by the object’s `fullName` field.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, "defaultValue": null }, { - "name": "notEqualTo", - "description": "Not equal to the specified value.", + "name": "fullPhone", + "description": "Filter by the object’s `fullPhone` field.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, "defaultValue": null }, { - "name": "notIn", - "description": "Not included in the specified list.", + "name": "givenName", + "description": "Filter by the object’s `givenName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", "type": { "kind": "LIST", "name": null, @@ -97734,81 +96892,81 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "ContactFilter", "ofType": null } } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteAttachmentByRowIdInput", - "description": "All input for the `deleteAttachmentByRowId` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "phone", + "description": "Filter by the object’s `phone` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "phoneExt", + "description": "Filter by the object’s `phoneExt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectContactsByContactId", + "description": "Filter by the object’s `projectContactsByContactId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ContactToManyProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectContactsByContactIdExist", + "description": "Some related `projectContactsByContactId` exist.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "rowId", - "description": "Unique ID for the attachment", + "description": "Filter by the object’s `rowId` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteAttachmentInput", - "description": "All input for the `deleteAttachment` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", "ofType": null }, "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `Attachment` to be deleted.", + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null }, "defaultValue": null } @@ -97819,115 +96977,111 @@ }, { "kind": "OBJECT", - "name": "DeleteAttachmentPayload", - "description": "The output of our delete `Attachment` mutation.", + "name": "ContactProjectsByProjectContactContactIdAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectContact`.", "fields": [ { - "name": "attachment", - "description": "The `Attachment` that was deleted by this mutation.", + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `ProjectContact`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "Attachment", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "attachmentEdge", - "description": "An edge for our `Attachment`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", - "type": { - "kind": "LIST", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AttachmentsOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "ContactProjectsByProjectContactContactIdAndProjectIdManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], - "type": { - "kind": "OBJECT", - "name": "AttachmentsEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `Attachment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `Attachment`.", + "name": "nodes", + "description": "A list of `Project` objects.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `Attachment`.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContactProjectsByProjectContactContactIdAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectContact`.", + "fields": [ { - "name": "deletedAttachmentId", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `Attachment`.", + "name": "node", + "description": "The `Project` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", @@ -97938,25 +97092,116 @@ "deprecationReason": null }, { - "name": "projectStatusByProjectStatusId", - "description": "Reads a single `ProjectStatus` that is related to this `Attachment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], + "name": "projectContactsByProjectId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectContact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -97969,66 +97214,37 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteChangeStatusByStatusInput", - "description": "All input for the `deleteChangeStatusByStatus` mutation.", + "name": "ContactToManyProjectContactFilter", + "description": "A filter to be used against many `ProjectContact` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "every", + "description": "Every related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null }, { - "name": "status", - "description": "The name of the status, e.g. \"pending\", \"committed\", ...", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteChangeStatusInput", - "description": "All input for the `deleteChangeStatus` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "none", + "description": "No related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `ChangeStatus` to be deleted.", + "name": "some", + "description": "Some related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null }, "defaultValue": null } @@ -98039,119 +97255,115 @@ }, { "kind": "OBJECT", - "name": "DeleteChangeStatusPayload", - "description": "The output of our delete `ChangeStatus` mutation.", + "name": "ContactsConnection", + "description": "A connection to a list of `Contact` values.", "fields": [ { - "name": "changeStatus", - "description": "The `ChangeStatus` that was deleted by this mutation.", + "name": "edges", + "description": "A list of edges which contains the `Contact` and cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "changeStatusEdge", - "description": "An edge for our `ChangeStatus`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", - "type": { - "kind": "LIST", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeStatusesOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "ContactsEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], - "type": { - "kind": "OBJECT", - "name": "ChangeStatusesEdge", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", + "name": "nodes", + "description": "A list of `Contact` objects.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Contact", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "totalCount", + "description": "The count of *all* `Contact` you could get from the connection.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContactsEdge", + "description": "A `Contact` edge in the connection.", + "fields": [ { - "name": "deletedChangeStatusId", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "node", + "description": "The `Contact` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "Contact", "ofType": null }, "isDeprecated": false, @@ -98164,473 +97376,666 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "DeleteCifUserByRowIdInput", - "description": "All input for the `deleteCifUserByRowId` mutation.", + "kind": "ENUM", + "name": "ContactsOrderBy", + "description": "Methods to use when ordering `Contact`.", "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the user", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], + "inputFields": null, "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteCifUserInput", - "description": "All input for the `deleteCifUser` mutation.", - "fields": null, - "inputFields": [ + "enumValues": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `CifUser` to be deleted.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteCifUserPayload", - "description": "The output of our delete `CifUser` mutation.", - "fields": [ - { - "name": "cifUser", - "description": "The `CifUser` that was deleted by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `CifUser`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserEdge", - "description": "An edge for our `CifUser`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "CifUsersEdge", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deletedCifUserId", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformanceInput", - "description": "All input for the `deleteEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformance` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxEmissionIntensityPerformance", - "description": " The calculated emission intensity performance.\n This is stored as a maxiumum as any value 30 and below maps to 0% and any value 100 and above (stored as Infinity) maps to 100%\n", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentByRowIdInput", - "description": "All input for the `deleteEmissionIntensityPaymentPercentByRowId` mutation.", - "fields": null, - "inputFields": [ + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Unique ID for the emission_intensity_payment_percent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentInput", - "description": "All input for the `deleteEmissionIntensityPaymentPercent` mutation.", - "fields": null, - "inputFields": [ + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `EmissionIntensityPaymentPercent` to be deleted.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentPayload", - "description": "The output of our delete `EmissionIntensityPaymentPercent` mutation.", - "fields": [ + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deletedEmissionIntensityPaymentPercentId", + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercent", - "description": "The `EmissionIntensityPaymentPercent` that was deleted by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercent", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "emissionIntensityPaymentPercentEdge", - "description": "An edge for our `EmissionIntensityPaymentPercent`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsEdge", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Query", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENTS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMMENTS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMPANY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "COMPANY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONTACT_POSITION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONTACT_POSITION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EMAIL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EMAIL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FULL_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FULL_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FULL_PHONE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FULL_PHONE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PHONE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PHONE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PHONE_EXT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PHONE_EXT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_CONTACTS_BY_CONTACT_ID__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_CONTACTS_BY_CONTACT_ID__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityReportByRowIdInput", - "description": "All input for the `deleteEmissionIntensityReportByRowId` mutation.", + "name": "CreateAttachmentInput", + "description": "All input for the create `Attachment` mutation.", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the emission_intensity_report", + "name": "attachment", + "description": "The `Attachment` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "AttachmentInput", "ofType": null } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityReportInput", - "description": "All input for the `deleteEmissionIntensityReport` mutation.", - "fields": null, - "inputFields": [ + }, { "name": "clientMutationId", "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", @@ -98640,20 +98045,6 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "id", - "description": "The globally unique `ID` which will identify a single `EmissionIntensityReport` to be deleted.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null } ], "interfaces": null, @@ -98662,36 +98053,55 @@ }, { "kind": "OBJECT", - "name": "DeleteEmissionIntensityReportPayload", - "description": "The output of our delete `EmissionIntensityReport` mutation.", + "name": "CreateAttachmentPayload", + "description": "The output of our create `Attachment` mutation.", "fields": [ { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", + "name": "attachment", + "description": "The `Attachment` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "Attachment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", - "args": [], + "name": "attachmentEdge", + "description": "An edge for our `Attachment`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "AttachmentsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `Attachment`.", "args": [], "type": { "kind": "OBJECT", @@ -98702,91 +98112,72 @@ "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `Attachment`.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deletedEmissionIntensityReportId", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `Attachment`.", "args": [], "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "emissionIntensityReport", - "description": "The `EmissionIntensityReport` that was deleted by this mutation.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "OBJECT", - "name": "EmissionIntensityReport", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "emissionIntensityReportEdge", - "description": "An edge for our `EmissionIntensityReport`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Attachment`.", + "args": [], "type": { "kind": "OBJECT", - "name": "EmissionIntensityReportsEdge", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "projectStatusByProjectStatusId", + "description": "Reads a single `ProjectStatus` that is related to this `Attachment`.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "ProjectStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Reads a single `ReportingRequirement` that is related to this `EmissionIntensityReport`.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Query", "ofType": null }, "isDeprecated": false, @@ -98800,45 +98191,24 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteFormChangeByRowIdInput", - "description": "All input for the `deleteFormChangeByRowId` mutation.", + "name": "CreateChangeStatusInput", + "description": "All input for the create `ChangeStatus` mutation.", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the form_change", + "name": "changeStatus", + "description": "The `ChangeStatus` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ChangeStatusInput", "ofType": null } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteFormChangeInput", - "description": "All input for the `deleteFormChange` mutation.", - "fields": null, - "inputFields": [ + }, { "name": "clientMutationId", "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", @@ -98848,20 +98218,6 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "id", - "description": "The globally unique `ID` which will identify a single `FormChange` to be deleted.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null } ], "interfaces": null, @@ -98870,12 +98226,12 @@ }, { "kind": "OBJECT", - "name": "DeleteFormChangePayload", - "description": "The output of our delete `FormChange` mutation.", + "name": "CreateChangeStatusPayload", + "description": "The output of our create `ChangeStatus` mutation.", "fields": [ { - "name": "changeStatusByChangeStatus", - "description": "Reads a single `ChangeStatus` that is related to this `FormChange`.", + "name": "changeStatus", + "description": "The `ChangeStatus` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", @@ -98886,20 +98242,39 @@ "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FormChange`.", - "args": [], + "name": "changeStatusEdge", + "description": "An edge for our `ChangeStatus`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ChangeStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ChangeStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ChangeStatusesEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FormChange`.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", "args": [], "type": { "kind": "OBJECT", @@ -98910,91 +98285,36 @@ "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deletedFormChangeId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formChange", - "description": "The `FormChange` that was deleted by this mutation.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", "args": [], "type": { "kind": "OBJECT", - "name": "FormChange", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangeByPreviousFormChangeId", - "description": "Reads a single `FormChange` that is related to this `FormChange`.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", "args": [], "type": { "kind": "OBJECT", - "name": "FormChange", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formChangeEdge", - "description": "An edge for our `FormChange`. May be used by Relay 1.", - "args": [ - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "FormChangesEdge", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevisionByProjectRevisionId", - "description": "Reads a single `ProjectRevision` that is related to this `FormChange`.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "OBJECT", - "name": "ProjectRevision", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -99020,45 +98340,24 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteFundingParameterByRowIdInput", - "description": "All input for the `deleteFundingParameterByRowId` mutation.", + "name": "CreateCifUserInput", + "description": "All input for the create `CifUser` mutation.", "fields": null, "inputFields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the funding agreement data", + "name": "cifUser", + "description": "The `CifUser` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CifUserInput", "ofType": null } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingParameterInput", - "description": "All input for the `deleteFundingParameter` mutation.", - "fields": null, - "inputFields": [ + }, { "name": "clientMutationId", "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", @@ -99068,20 +98367,6 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "id", - "description": "The globally unique `ID` which will identify a single `FundingParameter` to be deleted.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null } ], "interfaces": null, @@ -99090,12 +98375,12 @@ }, { "kind": "OBJECT", - "name": "DeleteFundingParameterPayload", - "description": "The output of our delete `FundingParameter` mutation.", + "name": "CreateCifUserPayload", + "description": "The output of our create `CifUser` mutation.", "fields": [ { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "name": "cifUser", + "description": "The `CifUser` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", @@ -99106,8 +98391,8 @@ "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", "args": [], "type": { "kind": "OBJECT", @@ -99118,8 +98403,8 @@ "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", "args": [], "type": { "kind": "OBJECT", @@ -99130,48 +98415,24 @@ "deprecationReason": null }, { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deletedFundingParameterId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingParameter", - "description": "The `FundingParameter` that was deleted by this mutation.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingParameter", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingParameterEdge", - "description": "An edge for our `FundingParameter`. May be used by Relay 1.", + "name": "cifUserEdge", + "description": "An edge for our `CifUser`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -99180,7 +98441,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -99190,19 +98451,19 @@ ], "type": { "kind": "OBJECT", - "name": "FundingParametersEdge", + "name": "CifUsersEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `FundingParameter`.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -99228,43 +98489,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamByRowIdInput", - "description": "All input for the `deleteFundingStreamByRowId` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the funding_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamInput", - "description": "All input for the `deleteFundingStream` mutation.", + "name": "CreateEmissionIntensityPaymentPercentInput", + "description": "All input for the create `EmissionIntensityPaymentPercent` mutation.", "fields": null, "inputFields": [ { @@ -99278,14 +98504,14 @@ "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `FundingStream` to be deleted.", + "name": "emissionIntensityPaymentPercent", + "description": "The `EmissionIntensityPaymentPercent` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentInput", "ofType": null } }, @@ -99298,12 +98524,12 @@ }, { "kind": "OBJECT", - "name": "DeleteFundingStreamPayload", - "description": "The output of our delete `FundingStream` mutation.", + "name": "CreateEmissionIntensityPaymentPercentPayload", + "description": "The output of our create `EmissionIntensityPaymentPercent` mutation.", "fields": [ { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", "args": [], "type": { "kind": "OBJECT", @@ -99315,7 +98541,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", "args": [], "type": { "kind": "OBJECT", @@ -99327,7 +98553,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", "args": [], "type": { "kind": "OBJECT", @@ -99350,36 +98576,24 @@ "deprecationReason": null }, { - "name": "deletedFundingStreamId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStream", - "description": "The `FundingStream` that was deleted by this mutation.", + "name": "emissionIntensityPaymentPercent", + "description": "The `EmissionIntensityPaymentPercent` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStream", + "name": "EmissionIntensityPaymentPercent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamEdge", - "description": "An edge for our `FundingStream`. May be used by Relay 1.", + "name": "emissionIntensityPaymentPercentEdge", + "description": "An edge for our `EmissionIntensityPaymentPercent`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", "type": { "kind": "LIST", "name": null, @@ -99388,7 +98602,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "EmissionIntensityPaymentPercentsOrderBy", "ofType": null } } @@ -99398,7 +98612,7 @@ ], "type": { "kind": "OBJECT", - "name": "FundingStreamsEdge", + "name": "EmissionIntensityPaymentPercentsEdge", "ofType": null }, "isDeprecated": false, @@ -99424,8 +98638,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamRfpByRowIdInput", - "description": "All input for the `deleteFundingStreamRfpByRowId` mutation.", + "name": "CreateEmissionIntensityReportInput", + "description": "All input for the create `EmissionIntensityReport` mutation.", "fields": null, "inputFields": [ { @@ -99439,49 +98653,14 @@ "defaultValue": null }, { - "name": "rowId", - "description": "Unique ID for the funding_stream_rfp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamRfpInput", - "description": "All input for the `deleteFundingStreamRfp` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "id", - "description": "The globally unique `ID` which will identify a single `FundingStreamRfp` to be deleted.", + "name": "emissionIntensityReport", + "description": "The `EmissionIntensityReport` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportInput", "ofType": null } }, @@ -99494,12 +98673,12 @@ }, { "kind": "OBJECT", - "name": "DeleteFundingStreamRfpPayload", - "description": "The output of our delete `FundingStreamRfp` mutation.", + "name": "CreateEmissionIntensityReportPayload", + "description": "The output of our create `EmissionIntensityReport` mutation.", "fields": [ { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", "args": [], "type": { "kind": "OBJECT", @@ -99511,7 +98690,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", "args": [], "type": { "kind": "OBJECT", @@ -99523,7 +98702,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", "args": [], "type": { "kind": "OBJECT", @@ -99546,48 +98725,24 @@ "deprecationReason": null }, { - "name": "deletedFundingStreamRfpId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamByFundingStreamId", - "description": "Reads a single `FundingStream` that is related to this `FundingStreamRfp`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStream", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfp", - "description": "The `FundingStreamRfp` that was deleted by this mutation.", + "name": "emissionIntensityReport", + "description": "The `EmissionIntensityReport` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "EmissionIntensityReport", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpEdge", - "description": "An edge for our `FundingStreamRfp`. May be used by Relay 1.", + "name": "emissionIntensityReportEdge", + "description": "An edge for our `EmissionIntensityReport`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `EmissionIntensityReport`.", "type": { "kind": "LIST", "name": null, @@ -99596,7 +98751,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "EmissionIntensityReportsOrderBy", "ofType": null } } @@ -99606,7 +98761,7 @@ ], "type": { "kind": "OBJECT", - "name": "FundingStreamRfpsEdge", + "name": "EmissionIntensityReportsEdge", "ofType": null }, "isDeprecated": false, @@ -99623,6 +98778,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "reportingRequirementByReportingRequirementId", + "description": "Reads a single `ReportingRequirement` that is related to this `EmissionIntensityReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -99632,10 +98799,20 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamRfpProjectStatusByRowIdInput", - "description": "All input for the `deleteFundingStreamRfpProjectStatusByRowId` mutation.", + "name": "CreateFormChangeInput", + "description": "All input for the `createFormChange` mutation.", "fields": null, "inputFields": [ + { + "name": "changeStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "clientMutationId", "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", @@ -99647,53 +98824,100 @@ "defaultValue": null }, { - "name": "rowId", - "description": "Primary key for funding_stream_rfp_project_status table", + "name": "formDataRecordId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formDataSchemaName", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamRfpProjectStatusInput", - "description": "All input for the `deleteFundingStreamRfpProjectStatus` mutation.", - "fields": null, - "inputFields": [ + }, { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "formDataTableName", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "jsonSchemaName", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "newFormData", + "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "JSON", "ofType": null }, "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `FundingStreamRfpProjectStatus` to be deleted.", + "name": "operation", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "FormChangeOperation", "ofType": null } }, "defaultValue": null + }, + { + "name": "projectRevisionId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "validationErrors", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null } ], "interfaces": null, @@ -99702,16 +98926,16 @@ }, { "kind": "OBJECT", - "name": "DeleteFundingStreamRfpProjectStatusPayload", - "description": "The output of our delete `FundingStreamRfpProjectStatus` mutation.", + "name": "CreateFormChangePayload", + "description": "The output of our `createFormChange` mutation.", "fields": [ { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "name": "changeStatusByChangeStatus", + "description": "Reads a single `ChangeStatus` that is related to this `FormChange`.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ChangeStatus", "ofType": null }, "isDeprecated": false, @@ -99719,7 +98943,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "description": "Reads a single `CifUser` that is related to this `FormChange`.", "args": [], "type": { "kind": "OBJECT", @@ -99731,7 +98955,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "description": "Reads a single `CifUser` that is related to this `FormChange`.", "args": [], "type": { "kind": "OBJECT", @@ -99754,48 +98978,36 @@ "deprecationReason": null }, { - "name": "deletedFundingStreamRfpProjectStatusId", + "name": "formChange", "description": null, "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpByFundingStreamRfpId", - "description": "Reads a single `FundingStreamRfp` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "FormChange", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatus", - "description": "The `FundingStreamRfpProjectStatus` that was deleted by this mutation.", + "name": "formChangeByPreviousFormChangeId", + "description": "Reads a single `FormChange` that is related to this `FormChange`.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatus", + "name": "FormChange", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusEdge", - "description": "An edge for our `FundingStreamRfpProjectStatus`. May be used by Relay 1.", + "name": "formChangeEdge", + "description": "An edge for our `FormChange`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -99804,7 +99016,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -99814,19 +99026,19 @@ ], "type": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesEdge", + "name": "FormChangesEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatusByProjectStatusId", - "description": "Reads a single `ProjectStatus` that is related to this `FundingStreamRfpProjectStatus`.", + "name": "projectRevisionByProjectRevisionId", + "description": "Reads a single `ProjectRevision` that is related to this `FormChange`.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "ProjectRevision", "ofType": null }, "isDeprecated": false, @@ -99852,43 +99064,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteMilestoneReportByRowIdInput", - "description": "All input for the `deleteMilestoneReportByRowId` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the milestone_report", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteMilestoneReportInput", - "description": "All input for the `deleteMilestoneReport` mutation.", + "name": "CreateFundingParameterInput", + "description": "All input for the create `FundingParameter` mutation.", "fields": null, "inputFields": [ { @@ -99902,14 +99079,14 @@ "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `MilestoneReport` to be deleted.", + "name": "fundingParameter", + "description": "The `FundingParameter` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "FundingParameterInput", "ofType": null } }, @@ -99922,12 +99099,12 @@ }, { "kind": "OBJECT", - "name": "DeleteMilestoneReportPayload", - "description": "The output of our delete `MilestoneReport` mutation.", + "name": "CreateFundingParameterPayload", + "description": "The output of our create `FundingParameter` mutation.", "fields": [ { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", "args": [], "type": { "kind": "OBJECT", @@ -99939,7 +99116,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", "args": [], "type": { "kind": "OBJECT", @@ -99951,7 +99128,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", "args": [], "type": { "kind": "OBJECT", @@ -99974,36 +99151,24 @@ "deprecationReason": null }, { - "name": "deletedMilestoneReportId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "milestoneReport", - "description": "The `MilestoneReport` that was deleted by this mutation.", + "name": "fundingParameter", + "description": "The `FundingParameter` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "MilestoneReport", + "name": "FundingParameter", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "milestoneReportEdge", - "description": "An edge for our `MilestoneReport`. May be used by Relay 1.", + "name": "fundingParameterEdge", + "description": "An edge for our `FundingParameter`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -100012,7 +99177,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -100022,31 +99187,31 @@ ], "type": { "kind": "OBJECT", - "name": "MilestoneReportsEdge", + "name": "FundingParametersEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `FundingParameter`.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Reads a single `ReportingRequirement` that is related to this `MilestoneReport`.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportingRequirement", + "name": "Query", "ofType": null }, "isDeprecated": false, @@ -100060,43 +99225,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteProjectContactByRowIdInput", - "description": "All input for the `deleteProjectContactByRowId` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the project contact record", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectContactInput", - "description": "All input for the `deleteProjectContact` mutation.", + "name": "CreateFundingStreamInput", + "description": "All input for the create `FundingStream` mutation.", "fields": null, "inputFields": [ { @@ -100110,14 +99240,14 @@ "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `ProjectContact` to be deleted.", + "name": "fundingStream", + "description": "The `FundingStream` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "FundingStreamInput", "ofType": null } }, @@ -100130,12 +99260,12 @@ }, { "kind": "OBJECT", - "name": "DeleteProjectContactPayload", - "description": "The output of our delete `ProjectContact` mutation.", + "name": "CreateFundingStreamPayload", + "description": "The output of our create `FundingStream` mutation.", "fields": [ { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", "args": [], "type": { "kind": "OBJECT", @@ -100147,7 +99277,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", "args": [], "type": { "kind": "OBJECT", @@ -100159,7 +99289,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", "args": [], "type": { "kind": "OBJECT", @@ -100182,60 +99312,24 @@ "deprecationReason": null }, { - "name": "contactByContactId", - "description": "Reads a single `Contact` that is related to this `ProjectContact`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Contact", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deletedProjectContactId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectContact`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectContact", - "description": "The `ProjectContact` that was deleted by this mutation.", + "name": "fundingStream", + "description": "The `FundingStream` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectContact", + "name": "FundingStream", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectContactEdge", - "description": "An edge for our `ProjectContact`. May be used by Relay 1.", + "name": "fundingStreamEdge", + "description": "An edge for our `FundingStream`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -100244,7 +99338,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -100254,7 +99348,7 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectContactsEdge", + "name": "FundingStreamsEdge", "ofType": null }, "isDeprecated": false, @@ -100280,148 +99374,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerByRowIdInput", - "description": "All input for the `deleteProjectManagerByRowId` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the project manager record", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerInput", - "description": "All input for the `deleteProjectManager` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "id", - "description": "The globally unique `ID` which will identify a single `ProjectManager` to be deleted.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerLabelByLabelInput", - "description": "All input for the `deleteProjectManagerLabelByLabel` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "label", - "description": "The label that project managers can be assigned to a project as", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerLabelByRowIdInput", - "description": "All input for the `deleteProjectManagerLabelByRowId` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the project_manager_label record", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerLabelInput", - "description": "All input for the `deleteProjectManagerLabel` mutation.", + "name": "CreateFundingStreamRfpInput", + "description": "All input for the create `FundingStreamRfp` mutation.", "fields": null, "inputFields": [ { @@ -100435,14 +99389,14 @@ "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `ProjectManagerLabel` to be deleted.", + "name": "fundingStreamRfp", + "description": "The `FundingStreamRfp` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpInput", "ofType": null } }, @@ -100455,12 +99409,12 @@ }, { "kind": "OBJECT", - "name": "DeleteProjectManagerLabelPayload", - "description": "The output of our delete `ProjectManagerLabel` mutation.", + "name": "CreateFundingStreamRfpPayload", + "description": "The output of our create `FundingStreamRfp` mutation.", "fields": [ { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", "args": [], "type": { "kind": "OBJECT", @@ -100472,7 +99426,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", "args": [], "type": { "kind": "OBJECT", @@ -100484,7 +99438,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", "args": [], "type": { "kind": "OBJECT", @@ -100507,36 +99461,36 @@ "deprecationReason": null }, { - "name": "deletedProjectManagerLabelId", - "description": null, + "name": "fundingStreamByFundingStreamId", + "description": "Reads a single `FundingStream` that is related to this `FundingStreamRfp`.", "args": [], "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "FundingStream", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerLabel", - "description": "The `ProjectManagerLabel` that was deleted by this mutation.", + "name": "fundingStreamRfp", + "description": "The `FundingStreamRfp` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectManagerLabel", + "name": "FundingStreamRfp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerLabelEdge", - "description": "An edge for our `ProjectManagerLabel`. May be used by Relay 1.", + "name": "fundingStreamRfpEdge", + "description": "An edge for our `FundingStreamRfp`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -100545,7 +99499,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -100555,7 +99509,7 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectManagerLabelsEdge", + "name": "FundingStreamRfpsEdge", "ofType": null }, "isDeprecated": false, @@ -100580,25 +99534,48 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "DeleteProjectManagerPayload", - "description": "The output of our delete `ProjectManager` mutation.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "CreateFundingStreamRfpProjectStatusInput", + "description": "All input for the create `FundingStreamRfpProjectStatus` mutation.", + "fields": null, + "inputFields": [ { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByCifUserId", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "name": "fundingStreamRfpProjectStatus", + "description": "The `FundingStreamRfpProjectStatus` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateFundingStreamRfpProjectStatusPayload", + "description": "The output of our create `FundingStreamRfpProjectStatus` mutation.", + "fields": [ + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", "args": [], "type": { "kind": "OBJECT", @@ -100610,7 +99587,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", "args": [], "type": { "kind": "OBJECT", @@ -100622,7 +99599,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", "args": [], "type": { "kind": "OBJECT", @@ -100645,48 +99622,36 @@ "deprecationReason": null }, { - "name": "deletedProjectManagerId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectManager`.", + "name": "fundingStreamRfpByFundingStreamRfpId", + "description": "Reads a single `FundingStreamRfp` that is related to this `FundingStreamRfpProjectStatus`.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "FundingStreamRfp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManager", - "description": "The `ProjectManager` that was deleted by this mutation.", + "name": "fundingStreamRfpProjectStatus", + "description": "The `FundingStreamRfpProjectStatus` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectManager", + "name": "FundingStreamRfpProjectStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerEdge", - "description": "An edge for our `ProjectManager`. May be used by Relay 1.", + "name": "fundingStreamRfpProjectStatusEdge", + "description": "An edge for our `FundingStreamRfpProjectStatus`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -100695,7 +99660,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -100705,19 +99670,19 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectManagersEdge", + "name": "FundingStreamRfpProjectStatusesEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerLabelByProjectManagerLabelId", - "description": "Reads a single `ProjectManagerLabel` that is related to this `ProjectManager`.", + "name": "projectStatusByProjectStatusId", + "description": "Reads a single `ProjectStatus` that is related to this `FundingStreamRfpProjectStatus`.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectManagerLabel", + "name": "ProjectStatus", "ofType": null }, "isDeprecated": false, @@ -100743,43 +99708,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteProjectRevisionByRowIdInput", - "description": "All input for the `deleteProjectRevisionByRowId` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Unique ID for the project revision", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectRevisionInput", - "description": "All input for the `deleteProjectRevision` mutation.", + "name": "CreateMilestoneReportInput", + "description": "All input for the create `MilestoneReport` mutation.", "fields": null, "inputFields": [ { @@ -100793,14 +99723,14 @@ "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `ProjectRevision` to be deleted.", + "name": "milestoneReport", + "description": "The `MilestoneReport` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "MilestoneReportInput", "ofType": null } }, @@ -100813,16 +99743,16 @@ }, { "kind": "OBJECT", - "name": "DeleteProjectRevisionPayload", - "description": "The output of our delete `ProjectRevision` mutation.", + "name": "CreateMilestoneReportPayload", + "description": "The output of our create `MilestoneReport` mutation.", "fields": [ { - "name": "changeStatusByChangeStatus", - "description": "Reads a single `ChangeStatus` that is related to this `ProjectRevision`.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", "args": [], "type": { "kind": "OBJECT", - "name": "ChangeStatus", + "name": "CifUser", "ofType": null }, "isDeprecated": false, @@ -100830,7 +99760,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", "args": [], "type": { "kind": "OBJECT", @@ -100842,7 +99772,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", "args": [], "type": { "kind": "OBJECT", @@ -100865,48 +99795,24 @@ "deprecationReason": null }, { - "name": "deletedProjectRevisionId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectRevision`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectRevision", - "description": "The `ProjectRevision` that was deleted by this mutation.", + "name": "milestoneReport", + "description": "The `MilestoneReport` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectRevision", + "name": "MilestoneReport", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevisionEdge", - "description": "An edge for our `ProjectRevision`. May be used by Relay 1.", + "name": "milestoneReportEdge", + "description": "An edge for our `MilestoneReport`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -100915,7 +99821,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -100925,7 +99831,7 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectRevisionsEdge", + "name": "MilestoneReportsEdge", "ofType": null }, "isDeprecated": false, @@ -100942,52 +99848,29 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectStatusByRowIdInput", - "description": "All input for the `deleteProjectStatusByRowId` mutation.", - "fields": null, - "inputFields": [ - { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null }, { - "name": "rowId", - "description": "Unique ID for the project_status", + "name": "reportingRequirementByReportingRequirementId", + "description": "Reads a single `ReportingRequirement` that is related to this `MilestoneReport`.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "DeleteProjectStatusInput", - "description": "All input for the `deleteProjectStatus` mutation.", + "name": "CreateProjectContactInput", + "description": "All input for the create `ProjectContact` mutation.", "fields": null, "inputFields": [ { @@ -101001,14 +99884,14 @@ "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `ProjectStatus` to be deleted.", + "name": "projectContact", + "description": "The `ProjectContact` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "ProjectContactInput", "ofType": null } }, @@ -101021,12 +99904,12 @@ }, { "kind": "OBJECT", - "name": "DeleteProjectStatusPayload", - "description": "The output of our delete `ProjectStatus` mutation.", + "name": "CreateProjectContactPayload", + "description": "The output of our create `ProjectContact` mutation.", "fields": [ { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", @@ -101038,7 +99921,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", @@ -101050,7 +99933,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", @@ -101073,36 +99956,48 @@ "deprecationReason": null }, { - "name": "deletedProjectStatusId", - "description": null, + "name": "contactByContactId", + "description": "Reads a single `Contact` that is related to this `ProjectContact`.", "args": [], "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "Contact", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatus", - "description": "The `ProjectStatus` that was deleted by this mutation.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatusEdge", - "description": "An edge for our `ProjectStatus`. May be used by Relay 1.", + "name": "projectContact", + "description": "The `ProjectContact` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectContact", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectContactEdge", + "description": "An edge for our `ProjectContact`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -101111,7 +100006,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -101121,7 +100016,7 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectStatusesEdge", + "name": "ProjectContactsEdge", "ofType": null }, "isDeprecated": false, @@ -101147,8 +100042,29 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteSectorBySectorNameInput", - "description": "All input for the `deleteSectorBySectorName` mutation.", + "name": "CreateProjectInput", + "description": "All input for the `createProject` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateProjectManagerInput", + "description": "All input for the create `ProjectManager` mutation.", "fields": null, "inputFields": [ { @@ -101162,14 +100078,14 @@ "defaultValue": null }, { - "name": "sectorName", - "description": "The name of the sector as the primary key", + "name": "projectManager", + "description": "The `ProjectManager` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProjectManagerInput", "ofType": null } }, @@ -101182,8 +100098,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DeleteSectorInput", - "description": "All input for the `deleteSector` mutation.", + "name": "CreateProjectManagerLabelInput", + "description": "All input for the create `ProjectManagerLabel` mutation.", "fields": null, "inputFields": [ { @@ -101197,14 +100113,14 @@ "defaultValue": null }, { - "name": "id", - "description": "The globally unique `ID` which will identify a single `Sector` to be deleted.", + "name": "projectManagerLabel", + "description": "The `ProjectManagerLabel` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelInput", "ofType": null } }, @@ -101217,12 +100133,12 @@ }, { "kind": "OBJECT", - "name": "DeleteSectorPayload", - "description": "The output of our delete `Sector` mutation.", + "name": "CreateProjectManagerLabelPayload", + "description": "The output of our create `ProjectManagerLabel` mutation.", "fields": [ { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `Sector`.", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", "args": [], "type": { "kind": "OBJECT", @@ -101234,7 +100150,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `Sector`.", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", "args": [], "type": { "kind": "OBJECT", @@ -101246,7 +100162,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `Sector`.", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", "args": [], "type": { "kind": "OBJECT", @@ -101269,48 +100185,24 @@ "deprecationReason": null }, { - "name": "deletedSectorId", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "projectManagerLabel", + "description": "The `ProjectManagerLabel` that was created by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "ProjectManagerLabel", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sector", - "description": "The `Sector` that was deleted by this mutation.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Sector", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sectorEdge", - "description": "An edge for our `Sector`. May be used by Relay 1.", + "name": "projectManagerLabelEdge", + "description": "An edge for our `ProjectManagerLabel`. May be used by Relay 1.", "args": [ { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -101319,7 +100211,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -101329,7 +100221,19 @@ ], "type": { "kind": "OBJECT", - "name": "SectorsEdge", + "name": "ProjectManagerLabelsEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", "ofType": null }, "isDeprecated": false, @@ -101342,45 +100246,58 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "DiscardEmissionIntensityReportInput", - "description": "All input for the `discardEmissionIntensityReport` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreateProjectManagerPayload", + "description": "The output of our create `ProjectManager` mutation.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "revisionId", - "description": null, + "name": "cifUserByCifUserId", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DiscardEmissionIntensityReportPayload", - "description": "The output of our `discardEmissionIntensityReport` mutation.", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "clientMutationId", "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", @@ -101394,17 +100311,68 @@ "deprecationReason": null }, { - "name": "formChanges", - "description": null, + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectManager`.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManager", + "description": "The `ProjectManager` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManager", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagerEdge", + "description": "An edge for our `ProjectManager`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManager`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectManagersEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagerLabelByProjectManagerLabelId", + "description": "Reads a single `ProjectManagerLabel` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -101428,45 +100396,46 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "DiscardFundingParameterFormChangeInput", - "description": "All input for the `discardFundingParameterFormChange` mutation.", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "CreateProjectPayload", + "description": "The output of our `createProject` mutation.", + "fields": [ { - "name": "clientMutationId", - "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "name": "changeStatusByChangeStatus", + "description": "Reads a single `ChangeStatus` that is related to this `ProjectRevision`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ChangeStatus", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "revisionId", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DiscardFundingParameterFormChangePayload", - "description": "The output of our `discardFundingParameterFormChange` mutation.", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "clientMutationId", "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", @@ -101480,17 +100449,56 @@ "deprecationReason": null }, { - "name": "formChanges", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectRevision", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectRevisionEdge", + "description": "An edge for our `ProjectRevision`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectRevisionsEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -101515,8 +100523,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "DiscardMilestoneFormChangeInput", - "description": "All input for the `discardMilestoneFormChange` mutation.", + "name": "CreateProjectRevisionInput", + "description": "All input for the `createProjectRevision` mutation.", "fields": null, "inputFields": [ { @@ -101530,21 +100538,7 @@ "defaultValue": null }, { - "name": "reportingRequirementIndex", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "revisionId", + "name": "projectId", "description": null, "type": { "kind": "NON_NULL", @@ -101564,235 +100558,268 @@ }, { "kind": "OBJECT", - "name": "DiscardMilestoneFormChangePayload", - "description": "The output of our `discardMilestoneFormChange` mutation.", + "name": "CreateProjectRevisionPayload", + "description": "The output of our `createProjectRevision` mutation.", "fields": [ { - "name": "clientMutationId", - "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "name": "changeStatusByChangeStatus", + "description": "Reads a single `ChangeStatus` that is related to this `ProjectRevision`.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ChangeStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChanges", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "query", - "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", "args": [], "type": { "kind": "OBJECT", - "name": "Query", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercent", - "description": " Table containing information about how CIF emission_intensity values map to a payment_percentage.\n This table is a lookup table that maps the emission intensity performance of a project to a payment percentage used to determine payments.\n The calculation for determininng emission intensity performance uses three metrics and a calculation.\n Metrics:\n - BEI: Baseline Emission Intensity\n - PEI: Post-Project Emission Intensity\n - TEI: Target Emission Intensity\n Calculation:\n - Emission Intensity Performance = (BEI - PEI) / (BEI - TEI) * 100\n", - "fields": [ + }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectRevision`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", + "name": "projectRevision", + "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ProjectRevision", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", - "args": [], + "name": "projectRevisionEdge", + "description": "An edge for our `ProjectRevision`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ProjectRevisionsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateProjectStatusInput", + "description": "All input for the create `ProjectStatus` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "createdAt", - "description": "created at timestamp", - "args": [], + "name": "projectStatus", + "description": "The `ProjectStatus` to be created by this mutation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "ProjectStatusInput", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateProjectStatusPayload", + "description": "The output of our create `ProjectStatus` mutation.", + "fields": [ { - "name": "createdBy", - "description": "created by user id", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "maxEmissionIntensityPerformance", - "description": " The calculated emission intensity performance.\n This is stored as a maxiumum as any value 30 and below maps to 0% and any value 100 and above (stored as Infinity) maps to 100%\n", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "paymentPercentage", - "description": "The payment percentage linked to the value of max_emission_intensity_performance", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "rowId", - "description": "Unique ID for the emission_intensity_payment_percent", + "name": "projectStatus", + "description": "The `ProjectStatus` that was created by this mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "name": "projectStatusEdge", + "description": "An edge for our `ProjectStatus`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectStatusesEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Query", "ofType": null }, "isDeprecated": false, @@ -101800,432 +100827,621 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", - "description": "A condition to be used against `EmissionIntensityPaymentPercent` object types.\nAll fields are tested for equality and combined with a logical ‘and.’", + "name": "CreateProjectTypeInput", + "description": "All input for the create `ProjectType` mutation.", "fields": null, "inputFields": [ { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", + "name": "projectType", + "description": "The `ProjectType` to be created by this mutation.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectTypeInput", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateProjectTypePayload", + "description": "The output of our create `ProjectType` mutation.", + "fields": [ { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxEmissionIntensityPerformance", - "description": "Checks for equality with the object’s `maxEmissionIntensityPerformance` field.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "paymentPercentage", - "description": "Checks for equality with the object’s `paymentPercentage` field.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", + "name": "projectType", + "description": "The `ProjectType` that was created by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectType", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "projectTypeEdge", + "description": "An edge for our `ProjectType`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "ProjectTypesEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", - "description": "A filter to be used against `EmissionIntensityPaymentPercent` object types. All fields are combined with a logical ‘and.’", + "name": "CreateReportTypeInput", + "description": "All input for the create `ReportType` mutation.", "fields": null, "inputFields": [ { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "LIST", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportType", + "description": "The `ReportType` to be created by this mutation.", + "type": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ReportTypeInput", + "ofType": null } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateReportTypePayload", + "description": "The output of our create `ReportType` mutation.", + "fields": [ { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ReportType`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ReportType`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ReportType`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", + "name": "reportType", + "description": "The `ReportType` that was created by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "ReportType", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "name": "reportTypeEdge", + "description": "An edge for our `ReportType`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ReportType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "ReportTypesEdge", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateSectorInput", + "description": "All input for the create `Sector` mutation.", + "fields": null, + "inputFields": [ { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", + "name": "sector", + "description": "The `Sector` to be created by this mutation.", "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SectorInput", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateSectorPayload", + "description": "The output of our create `Sector` mutation.", + "fields": [ { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `Sector`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxEmissionIntensityPerformance", - "description": "Filter by the object’s `maxEmissionIntensityPerformance` field.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `Sector`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `Sector`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null - }, - { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", - "ofType": null - } - } - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "paymentPercentage", - "description": "Filter by the object’s `paymentPercentage` field.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", + "name": "sector", + "description": "The `Sector` that was created by this mutation.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "OBJECT", + "name": "Sector", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", + "name": "sectorEdge", + "description": "An edge for our `Sector`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Sector`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SectorsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "SectorsEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentInput", - "description": "An input for mutations affecting `EmissionIntensityPaymentPercent`", + "name": "CreateUserFromSessionInput", + "description": "All input for the `createUserFromSession` mutation.", "fields": null, "inputFields": [ { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "archived by user id", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateUserFromSessionPayload", + "description": "The output of our `createUserFromSession` mutation.", + "fields": [ { - "name": "createdAt", - "description": "created at timestamp", + "name": "cifUser", + "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxEmissionIntensityPerformance", - "description": " The calculated emission intensity performance.\n This is stored as a maxiumum as any value 30 and below maps to 0% and any value 100 and above (stored as Infinity) maps to 100%\n", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "paymentPercentage", - "description": "The payment percentage linked to the value of max_emission_intensity_performance", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserEdge", + "description": "An edge for our `CifUser`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } + ], + "type": { + "kind": "OBJECT", + "name": "CifUsersEdge", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Cursor", + "description": "A location in a connection that can be used for resuming pagination.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Datetime", + "description": "A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.", + "fields": null, + "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentPatch", - "description": "Represents an update to a `EmissionIntensityPaymentPercent`. Fields that are set will be updated.", + "name": "DatetimeFilter", + "description": "A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", "type": { "kind": "SCALAR", "name": "Datetime", @@ -102234,18 +101450,18 @@ "defaultValue": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "equalTo", + "description": "Equal to the specified value.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "greaterThan", + "description": "Greater than the specified value.", "type": { "kind": "SCALAR", "name": "Datetime", @@ -102254,38 +101470,56 @@ "defaultValue": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "maxEmissionIntensityPerformance", - "description": " The calculated emission intensity performance.\n This is stored as a maxiumum as any value 30 and below maps to 0% and any value 100 and above (stored as Infinity) maps to 100%\n", + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "paymentPercentage", - "description": "The payment percentage linked to the value of max_emission_intensity_performance", + "name": "lessThan", + "description": "Less than the specified value.", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", "type": { "kind": "SCALAR", "name": "Datetime", @@ -102294,820 +101528,1153 @@ "defaultValue": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", - "description": "A connection to a list of `EmissionIntensityPaymentPercent` values.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `EmissionIntensityPaymentPercent` and cursor to aid in pagination.", - "args": [], + "name": "notEqualTo", + "description": "Not equal to the specified value.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `EmissionIntensityPaymentPercent` objects.", - "args": [], + "name": "notIn", + "description": "Not included in the specified list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercent", + "kind": "SCALAR", + "name": "Datetime", "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteAttachmentByRowIdInput", + "description": "All input for the `deleteAttachmentByRowId` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "rowId", + "description": "Unique ID for the attachment", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteAttachmentInput", + "description": "All input for the `deleteAttachment` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `EmissionIntensityPaymentPercent` you could get from the connection.", - "args": [], + "name": "id", + "description": "The globally unique `ID` which will identify a single `Attachment` to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsEdge", - "description": "A `EmissionIntensityPaymentPercent` edge in the connection.", + "name": "DeleteAttachmentPayload", + "description": "The output of our delete `Attachment` mutation.", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "attachment", + "description": "The `Attachment` that was deleted by this mutation.", "args": [], "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "OBJECT", + "name": "Attachment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `EmissionIntensityPaymentPercent` at the end of the edge.", - "args": [], + "name": "attachmentEdge", + "description": "An edge for our `Attachment`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercent", + "name": "AttachmentsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", - "description": "Methods to use when ordering `EmissionIntensityPaymentPercent`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `Attachment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `Attachment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `Attachment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "name": "deletedAttachmentId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `Attachment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "projectStatusByProjectStatusId", + "description": "Reads a single `ProjectStatus` that is related to this `Attachment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteChangeStatusByStatusInput", + "description": "All input for the `deleteChangeStatusByStatus` mutation.", + "fields": null, + "inputFields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "status", + "description": "The name of the status, e.g. \"pending\", \"committed\", ...", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteChangeStatusInput", + "description": "All input for the `deleteChangeStatus` mutation.", + "fields": null, + "inputFields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "id", + "description": "The globally unique `ID` which will identify a single `ChangeStatus` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteChangeStatusPayload", + "description": "The output of our delete `ChangeStatus` mutation.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "changeStatus", + "description": "The `ChangeStatus` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ChangeStatus", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "changeStatusEdge", + "description": "An edge for our `ChangeStatus`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ChangeStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ChangeStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "ChangeStatusesEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ChangeStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "name": "deletedChangeStatusId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCifUserByRowIdInput", + "description": "All input for the `deleteCifUserByRowId` mutation.", + "fields": null, + "inputFields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "rowId", + "description": "Unique ID for the user", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteCifUserInput", + "description": "All input for the `deleteCifUser` mutation.", + "fields": null, + "inputFields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, + "name": "id", + "description": "The globally unique `ID` which will identify a single `CifUser` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteCifUserPayload", + "description": "The output of our delete `CifUser` mutation.", + "fields": [ + { + "name": "cifUser", + "description": "The `CifUser` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", - "description": null, + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `CifUser`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "cifUserEdge", + "description": "An edge for our `CifUser`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "CifUsersEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "name": "deletedCifUserId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformanceInput", + "description": "All input for the `deleteEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformance` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "maxEmissionIntensityPerformance", + "description": " The calculated emission intensity performance.\n This is stored as a maxiumum as any value 30 and below maps to 0% and any value 100 and above (stored as Infinity) maps to 100%\n", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentByRowIdInput", + "description": "All input for the `deleteEmissionIntensityPaymentPercentByRowId` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Unique ID for the emission_intensity_payment_percent", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentInput", + "description": "All input for the `deleteEmissionIntensityPaymentPercent` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "id", + "description": "The globally unique `ID` which will identify a single `EmissionIntensityPaymentPercent` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentPayload", + "description": "The output of our delete `EmissionIntensityPaymentPercent` mutation.", + "fields": [ + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "name": "deletedEmissionIntensityPaymentPercentId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "emissionIntensityPaymentPercent", + "description": "The `EmissionIntensityPaymentPercent` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EmissionIntensityPaymentPercent", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MAX_EMISSION_INTENSITY_PERFORMANCE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MAX_EMISSION_INTENSITY_PERFORMANCE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAYMENT_PERCENTAGE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PAYMENT_PERCENTAGE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_ASC", - "description": null, + "name": "emissionIntensityPaymentPercentEdge", + "description": "An edge for our `EmissionIntensityPaymentPercent`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EmissionIntensityPaymentPercentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "EmissionIntensityPaymentPercentsEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityReportByRowIdInput", + "description": "All input for the `deleteEmissionIntensityReportByRowId` mutation.", + "fields": null, + "inputFields": [ { - "name": "UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "rowId", + "description": "Unique ID for the emission_intensity_report", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityReportInput", + "description": "All input for the `deleteEmissionIntensityReport` mutation.", + "fields": null, + "inputFields": [ { - "name": "UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "id", + "description": "The globally unique `ID` which will identify a single `EmissionIntensityReport` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "EmissionIntensityReport", - "description": "Table containing information about a CIF emission_intensity_report", + "name": "DeleteEmissionIntensityReportPayload", + "description": "The output of our delete `EmissionIntensityReport` mutation.", "fields": [ { - "name": "adjustedEmissionsIntensityPerformance", - "description": "User defined value corresponding to the calculated emission intensity performance. The calculated value gets manually rounded", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "baselineEmissionIntensity", - "description": "The baseline emission intensity used as a benchmark for calculating emission intensity performance", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "calculatedEiPerformance", - "description": "Returns the calculated EI intensity value", + "name": "deletedEmissionIntensityReportId", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", + "name": "emissionIntensityReport", + "description": "The `EmissionIntensityReport` that was deleted by this mutation.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "EmissionIntensityReport", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", - "args": [], + "name": "emissionIntensityReportEdge", + "description": "An edge for our `EmissionIntensityReport`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `EmissionIntensityReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EmissionIntensityReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "EmissionIntensityReportsEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "Query", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "reportingRequirementByReportingRequirementId", + "description": "Reads a single `ReportingRequirement` that is related to this `EmissionIntensityReport`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteFormChangeByRowIdInput", + "description": "All input for the `deleteFormChangeByRowId` mutation.", + "fields": null, + "inputFields": [ { - "name": "createdBy", - "description": "created by user id", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "emissionFunctionalUnit", - "description": "The units in which the emissions are measured", - "args": [], + "name": "rowId", + "description": "Unique ID for the form_change", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteFormChangeInput", + "description": "All input for the `deleteFormChange` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "description": "The globally unique `ID` which will identify a single `FormChange` to be deleted.", "type": { "kind": "NON_NULL", "name": null, @@ -103117,48 +102684,57 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteFormChangePayload", + "description": "The output of our delete `FormChange` mutation.", + "fields": [ { - "name": "measurementPeriodEndDate", - "description": "The date when the measurement period ends for a project", + "name": "changeStatusByChangeStatus", + "description": "Reads a single `ChangeStatus` that is related to this `FormChange`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "ChangeStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "measurementPeriodStartDate", - "description": "The date when the measurement period starts for a project", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FormChange`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "postProjectEmissionIntensity", - "description": "The actual emission intensity achieved after a project has completed, used in calculating emission intensity performance", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FormChange`.", "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "productionFunctionalUnit", - "description": "The units in which the production item that generates emissions are measured", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", "args": [], "type": { "kind": "SCALAR", @@ -103169,96 +102745,91 @@ "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Reads a single `ReportingRequirement` that is related to this `EmissionIntensityReport`.", + "name": "deletedFormChangeId", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "ReportingRequirement", + "kind": "SCALAR", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Foreign key to for the reporting_requirement table", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rowId", - "description": "Unique ID for the emission_intensity_report", + "name": "formChange", + "description": "The `FormChange` that was deleted by this mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "FormChange", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "targetEmissionIntensity", - "description": "The emission intensity defined as a target after a project has completed, used in calculating emission intensity performance", + "name": "formChangeByPreviousFormChangeId", + "description": "Reads a single `FormChange` that is related to this `FormChange`.", "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "FormChange", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalLifetimeEmissionReduction", - "description": "The total amount of emission reduction expected from the outcome of this project", - "args": [], + "name": "formChangeEdge", + "description": "An edge for our `FormChange`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `FormChange`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "FormChangesEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "projectRevisionByProjectRevisionId", + "description": "Reads a single `ProjectRevision` that is related to this `FormChange`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Query", "ofType": null }, "isDeprecated": false, @@ -103266,189 +102837,245 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", - "description": "A condition to be used against `EmissionIntensityReport` object types. All\nfields are tested for equality and combined with a logical ‘and.’", + "name": "DeleteFundingParameterByRowIdInput", + "description": "All input for the `deleteFundingParameterByRowId` mutation.", "fields": null, "inputFields": [ { - "name": "adjustedEmissionsIntensityPerformance", - "description": "Checks for equality with the object’s `adjustedEmissionsIntensityPerformance` field.", - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "baselineEmissionIntensity", - "description": "Checks for equality with the object’s `baselineEmissionIntensity` field.", + "name": "rowId", + "description": "Unique ID for the funding agreement data", "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingParameterInput", + "description": "All input for the `deleteFundingParameter` mutation.", + "fields": null, + "inputFields": [ { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", + "name": "id", + "description": "The globally unique `ID` which will identify a single `FundingParameter` to be deleted.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteFundingParameterPayload", + "description": "The output of our delete `FundingParameter` mutation.", + "fields": [ { - "name": "emissionFunctionalUnit", - "description": "Checks for equality with the object’s `emissionFunctionalUnit` field.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "measurementPeriodEndDate", - "description": "Checks for equality with the object’s `measurementPeriodEndDate` field.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "measurementPeriodStartDate", - "description": "Checks for equality with the object’s `measurementPeriodStartDate` field.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "postProjectEmissionIntensity", - "description": "Checks for equality with the object’s `postProjectEmissionIntensity` field.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "productionFunctionalUnit", - "description": "Checks for equality with the object’s `productionFunctionalUnit` field.", + "name": "deletedFundingParameterId", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Checks for equality with the object’s `reportingRequirementId` field.", + "name": "fundingParameter", + "description": "The `FundingParameter` that was deleted by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "FundingParameter", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", + "name": "fundingParameterEdge", + "description": "An edge for our `FundingParameter`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `FundingParameter`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingParametersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "FundingParametersEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "targetEmissionIntensity", - "description": "Checks for equality with the object’s `targetEmissionIntensity` field.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `FundingParameter`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "Project", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalLifetimeEmissionReduction", - "description": "Checks for equality with the object’s `totalLifetimeEmissionReduction` field.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamByRowIdInput", + "description": "All input for the `deleteFundingStreamByRowId` mutation.", + "fields": null, + "inputFields": [ { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", + "name": "rowId", + "description": "Unique ID for the funding_stream", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "defaultValue": null } @@ -103459,303 +103086,435 @@ }, { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", - "description": "A filter to be used against `EmissionIntensityReport` object types. All fields are combined with a logical ‘and.’", + "name": "DeleteFundingStreamInput", + "description": "All input for the `deleteFundingStream` mutation.", "fields": null, "inputFields": [ { - "name": "adjustedEmissionsIntensityPerformance", - "description": "Filter by the object’s `adjustedEmissionsIntensityPerformance` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "id", + "description": "The globally unique `ID` which will identify a single `FundingStream` to be deleted.", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteFundingStreamPayload", + "description": "The output of our delete `FundingStream` mutation.", + "fields": [ { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "baselineEmissionIntensity", - "description": "Filter by the object’s `baselineEmissionIntensity` field.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "calculatedEiPerformance", - "description": "Filter by the object’s `calculatedEiPerformance` field.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", + "name": "deletedFundingStreamId", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "name": "fundingStream", + "description": "The `FundingStream` that was deleted by this mutation.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "FundingStream", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", + "name": "fundingStreamEdge", + "description": "An edge for our `FundingStream`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStream`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "FundingStreamsEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamRfpByRowIdInput", + "description": "All input for the `deleteFundingStreamRfpByRowId` mutation.", + "fields": null, + "inputFields": [ { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", + "name": "rowId", + "description": "Unique ID for the funding_stream_rfp", "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamRfpInput", + "description": "All input for the `deleteFundingStreamRfp` mutation.", + "fields": null, + "inputFields": [ { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "emissionFunctionalUnit", - "description": "Filter by the object’s `emissionFunctionalUnit` field.", + "name": "id", + "description": "The globally unique `ID` which will identify a single `FundingStreamRfp` to be deleted.", "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteFundingStreamRfpPayload", + "description": "The output of our delete `FundingStreamRfp` mutation.", + "fields": [ { - "name": "measurementPeriodEndDate", - "description": "Filter by the object’s `measurementPeriodEndDate` field.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "measurementPeriodStartDate", - "description": "Filter by the object’s `measurementPeriodStartDate` field.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "postProjectEmissionIntensity", - "description": "Filter by the object’s `postProjectEmissionIntensity` field.", + "name": "deletedFundingStreamRfpId", + "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "SCALAR", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "productionFunctionalUnit", - "description": "Filter by the object’s `productionFunctionalUnit` field.", + "name": "fundingStreamByFundingStreamId", + "description": "Reads a single `FundingStream` that is related to this `FundingStreamRfp`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "kind": "OBJECT", + "name": "FundingStream", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Filter by the object’s `reportingRequirementByReportingRequirementId` relation.", + "name": "fundingStreamRfp", + "description": "The `FundingStreamRfp` that was deleted by this mutation.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "kind": "OBJECT", + "name": "FundingStreamRfp", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Filter by the object’s `reportingRequirementId` field.", + "name": "fundingStreamRfpEdge", + "description": "An edge for our `FundingStreamRfp`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfp`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "FundingStreamRfpsEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamRfpProjectStatusByRowIdInput", + "description": "All input for the `deleteFundingStreamRfpProjectStatusByRowId` mutation.", + "fields": null, + "inputFields": [ { - "name": "targetEmissionIntensity", - "description": "Filter by the object’s `targetEmissionIntensity` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "totalLifetimeEmissionReduction", - "description": "Filter by the object’s `totalLifetimeEmissionReduction` field.", + "name": "rowId", + "description": "Primary key for funding_stream_rfp_project_status table", "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamRfpProjectStatusInput", + "description": "All input for the `deleteFundingStreamRfpProjectStatus` mutation.", + "fields": null, + "inputFields": [ { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", + "name": "id", + "description": "The globally unique `ID` which will identify a single `FundingStreamRfpProjectStatus` to be deleted.", "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null } @@ -103765,114 +103524,164 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportInput", - "description": "An input for mutations affecting `EmissionIntensityReport`", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "DeleteFundingStreamRfpProjectStatusPayload", + "description": "The output of our delete `FundingStreamRfpProjectStatus` mutation.", + "fields": [ { - "name": "adjustedEmissionsIntensityPerformance", - "description": "User defined value corresponding to the calculated emission intensity performance. The calculated value gets manually rounded", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "baselineEmissionIntensity", - "description": "The baseline emission intensity used as a benchmark for calculating emission intensity performance", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "deletedFundingStreamRfpProjectStatusId", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "fundingStreamRfpByFundingStreamRfpId", + "description": "Reads a single `FundingStreamRfp` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "FundingStreamRfp", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionFunctionalUnit", - "description": "The units in which the emissions are measured", + "name": "fundingStreamRfpProjectStatus", + "description": "The `FundingStreamRfpProjectStatus` that was deleted by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatus", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "measurementPeriodEndDate", - "description": "The date when the measurement period ends for a project", + "name": "fundingStreamRfpProjectStatusEdge", + "description": "An edge for our `FundingStreamRfpProjectStatus`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "measurementPeriodStartDate", - "description": "The date when the measurement period starts for a project", + "name": "projectStatusByProjectStatusId", + "description": "Reads a single `ProjectStatus` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "ProjectStatus", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "postProjectEmissionIntensity", - "description": "The actual emission intensity achieved after a project has completed, used in calculating emission intensity performance", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteMilestoneReportByRowIdInput", + "description": "All input for the `deleteMilestoneReportByRowId` mutation.", + "fields": null, + "inputFields": [ { - "name": "productionFunctionalUnit", - "description": "The units in which the production item that generates emissions are measured", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", "name": "String", @@ -103881,8 +103690,8 @@ "defaultValue": null }, { - "name": "reportingRequirementId", - "description": "Foreign key to for the reporting_requirement table", + "name": "rowId", + "description": "Unique ID for the milestone_report", "type": { "kind": "NON_NULL", "name": null, @@ -103893,121 +103702,194 @@ } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteMilestoneReportInput", + "description": "All input for the `deleteMilestoneReport` mutation.", + "fields": null, + "inputFields": [ { - "name": "targetEmissionIntensity", - "description": "The emission intensity defined as a target after a project has completed, used in calculating emission intensity performance", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "totalLifetimeEmissionReduction", - "description": "The total amount of emission reduction expected from the outcome of this project", + "name": "id", + "description": "The globally unique `ID` which will identify a single `MilestoneReport` to be deleted.", "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteMilestoneReportPayload", + "description": "The output of our delete `MilestoneReport` mutation.", + "fields": [ { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportPatch", - "description": "Represents an update to a `EmissionIntensityReport`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "adjustedEmissionsIntensityPerformance", - "description": "User defined value corresponding to the calculated emission intensity performance. The calculated value gets manually rounded", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "deletedMilestoneReportId", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "baselineEmissionIntensity", - "description": "The baseline emission intensity used as a benchmark for calculating emission intensity performance", + "name": "milestoneReport", + "description": "The `MilestoneReport` that was deleted by this mutation.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "MilestoneReport", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "milestoneReportEdge", + "description": "An edge for our `MilestoneReport`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `MilestoneReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MilestoneReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "MilestoneReportsEdge", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Query", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "emissionFunctionalUnit", - "description": "The units in which the emissions are measured", + "name": "reportingRequirementByReportingRequirementId", + "description": "Reads a single `ReportingRequirement` that is related to this `MilestoneReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectContactByRowIdInput", + "description": "All input for the `deleteProjectContactByRowId` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", "name": "String", @@ -104016,169 +103898,228 @@ "defaultValue": null }, { - "name": "measurementPeriodEndDate", - "description": "The date when the measurement period ends for a project", + "name": "rowId", + "description": "Unique ID for the project contact record", "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectContactInput", + "description": "All input for the `deleteProjectContact` mutation.", + "fields": null, + "inputFields": [ { - "name": "measurementPeriodStartDate", - "description": "The date when the measurement period starts for a project", + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "postProjectEmissionIntensity", - "description": "The actual emission intensity achieved after a project has completed, used in calculating emission intensity performance", + "name": "id", + "description": "The globally unique `ID` which will identify a single `ProjectContact` to be deleted.", "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteProjectContactPayload", + "description": "The output of our delete `ProjectContact` mutation.", + "fields": [ { - "name": "productionFunctionalUnit", - "description": "The units in which the production item that generates emissions are measured", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Foreign key to for the reporting_requirement table", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "targetEmissionIntensity", - "description": "The emission intensity defined as a target after a project has completed, used in calculating emission intensity performance", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalLifetimeEmissionReduction", - "description": "The total amount of emission reduction expected from the outcome of this project", + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "contactByContactId", + "description": "Reads a single `Contact` that is related to this `ProjectContact`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "Contact", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "deletedProjectContactId", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", - "description": "A connection to a list of `EmissionIntensityReport` values.", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "A list of edges which contains the `EmissionIntensityReport` and cursor to aid in pagination.", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectContact`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EmissionIntensityReportsEdge", - "ofType": null - } - } - } + "kind": "OBJECT", + "name": "Project", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `EmissionIntensityReport` objects.", + "name": "projectContact", + "description": "The `ProjectContact` that was deleted by this mutation.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EmissionIntensityReport", - "ofType": null - } + "kind": "OBJECT", + "name": "ProjectContact", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectContactEdge", + "description": "An edge for our `ProjectContact`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectContact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectContactsEdge", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "OBJECT", + "name": "Query", + "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerByRowIdInput", + "description": "All input for the `deleteProjectManagerByRowId` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `EmissionIntensityReport` you could get from the connection.", - "args": [], + "name": "rowId", + "description": "Unique ID for the project manager record", "type": { "kind": "NON_NULL", "name": null, @@ -104188,1853 +104129,2212 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "EmissionIntensityReportsEdge", - "description": "A `EmissionIntensityReport` edge in the connection.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerInput", + "description": "All input for the `deleteProjectManager` mutation.", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `EmissionIntensityReport` at the end of the edge.", - "args": [], + "name": "id", + "description": "The globally unique `ID` which will identify a single `ProjectManager` to be deleted.", "type": { - "kind": "OBJECT", - "name": "EmissionIntensityReport", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", - "description": "Methods to use when ordering `EmissionIntensityReport`.", + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerLabelByLabelInput", + "description": "All input for the `deleteProjectManagerLabelByLabel` mutation.", "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "inputFields": [ { - "name": "ADJUSTED_EMISSIONS_INTENSITY_PERFORMANCE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "ADJUSTED_EMISSIONS_INTENSITY_PERFORMANCE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "label", + "description": "The label that project managers can be assigned to a project as", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerLabelByRowIdInput", + "description": "All input for the `deleteProjectManagerLabelByRowId` mutation.", + "fields": null, + "inputFields": [ { - "name": "ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "rowId", + "description": "Unique ID for the project_manager_label record", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerLabelInput", + "description": "All input for the `deleteProjectManagerLabel` mutation.", + "fields": null, + "inputFields": [ { - "name": "ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, + "name": "id", + "description": "The globally unique `ID` which will identify a single `ProjectManagerLabel` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteProjectManagerLabelPayload", + "description": "The output of our delete `ProjectManagerLabel` mutation.", + "fields": [ + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "BASELINE_EMISSION_INTENSITY_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "BASELINE_EMISSION_INTENSITY_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "name": "deletedProjectManagerLabelId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "projectManagerLabel", + "description": "The `ProjectManagerLabel` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "projectManagerLabelEdge", + "description": "An edge for our `ProjectManagerLabel`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManagerLabel`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagerLabelsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabelsEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteProjectManagerPayload", + "description": "The output of our delete `ProjectManager` mutation.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, + "name": "cifUserByCifUserId", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "name": "deletedProjectManagerId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "projectManager", + "description": "The `ProjectManager` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManager", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "projectManagerEdge", + "description": "An edge for our `ProjectManager`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManager`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectManagersEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, + "name": "projectManagerLabelByProjectManagerLabelId", + "description": "Reads a single `ProjectManagerLabel` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectRevisionByRowIdInput", + "description": "All input for the `deleteProjectRevisionByRowId` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Unique ID for the project revision", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectRevisionInput", + "description": "All input for the `deleteProjectRevision` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, + "name": "id", + "description": "The globally unique `ID` which will identify a single `ProjectRevision` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteProjectRevisionPayload", + "description": "The output of our delete `ProjectRevision` mutation.", + "fields": [ + { + "name": "changeStatusByChangeStatus", + "description": "Reads a single `ChangeStatus` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ChangeStatus", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "name": "deletedProjectRevisionId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "projectRevision", + "description": "The `ProjectRevision` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "projectRevisionEdge", + "description": "An edge for our `ProjectRevision`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectRevisionsEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectStatusByRowIdInput", + "description": "All input for the `deleteProjectStatusByRowId` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Unique ID for the project_status", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectStatusInput", + "description": "All input for the `deleteProjectStatus` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", - "description": null, + "name": "id", + "description": "The globally unique `ID` which will identify a single `ProjectStatus` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteProjectStatusPayload", + "description": "The output of our delete `ProjectStatus` mutation.", + "fields": [ + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "name": "deletedProjectStatusId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "projectStatus", + "description": "The `ProjectStatus` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "projectStatusEdge", + "description": "An edge for our `ProjectStatus`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectStatusesEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectTypeByNameInput", + "description": "All input for the `deleteProjectTypeByName` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "name", + "description": "The name of the project type as the primary key", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectTypeInput", + "description": "All input for the `deleteProjectType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, + "name": "id", + "description": "The globally unique `ID` which will identify a single `ProjectType` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteProjectTypePayload", + "description": "The output of our delete `ProjectType` mutation.", + "fields": [ + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "name": "deletedProjectTypeId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, + "name": "projectType", + "description": "The `ProjectType` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, + "name": "projectTypeEdge", + "description": "An edge for our `ProjectType`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectTypesEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteSectorBySectorNameInput", + "description": "All input for the `deleteSectorBySectorName` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "sectorName", + "description": "The name of the sector as the primary key", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteSectorInput", + "description": "All input for the `deleteSector` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "id", + "description": "The globally unique `ID` which will identify a single `Sector` to be deleted.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteSectorPayload", + "description": "The output of our delete `Sector` mutation.", + "fields": [ + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `Sector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `Sector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `Sector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "name": "deletedSectorId", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, + "name": "sector", + "description": "The `Sector` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, + "name": "sectorEdge", + "description": "An edge for our `Sector`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `Sector`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SectorsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "SectorsEdge", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DiscardEmissionIntensityReportInput", + "description": "All input for the `discardEmissionIntensityReport` mutation.", + "fields": null, + "inputFields": [ { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "CREATED_AT_DESC", + "name": "revisionId", "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DiscardEmissionIntensityReportPayload", + "description": "The output of our `discardEmissionIntensityReport` mutation.", + "fields": [ { - "name": "CREATED_BY_ASC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_DESC", + "name": "formChanges", "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "EMISSION_FUNCTIONAL_UNIT_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DiscardFundingParameterFormChangeInput", + "description": "All input for the `discardFundingParameterFormChange` mutation.", + "fields": null, + "inputFields": [ { - "name": "EMISSION_FUNCTIONAL_UNIT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "ID_ASC", + "name": "revisionId", "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DiscardFundingParameterFormChangePayload", + "description": "The output of our `discardFundingParameterFormChange` mutation.", + "fields": [ { - "name": "ID_DESC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "MEASUREMENT_PERIOD_END_DATE_ASC", + "name": "formChanges", "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "MEASUREMENT_PERIOD_END_DATE_DESC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DiscardMilestoneFormChangeInput", + "description": "All input for the `discardMilestoneFormChange` mutation.", + "fields": null, + "inputFields": [ { - "name": "MEASUREMENT_PERIOD_START_DATE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null }, { - "name": "MEASUREMENT_PERIOD_START_DATE_DESC", + "name": "reportingRequirementIndex", "description": null, - "isDeprecated": false, - "deprecationReason": null + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "NATURAL", + "name": "revisionId", "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DiscardMilestoneFormChangePayload", + "description": "The output of our `discardMilestoneFormChange` mutation.", + "fields": [ { - "name": "POST_PROJECT_EMISSION_INTENSITY_ASC", - "description": null, + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "POST_PROJECT_EMISSION_INTENSITY_DESC", + "name": "formChanges", "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", - "description": null, + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "EmissionIntensityPaymentPercent", + "description": " Table containing information about how CIF emission_intensity values map to a payment_percentage.\n This table is a lookup table that maps the emission intensity performance of a project to a payment percentage used to determine payments.\n The calculation for determininng emission intensity performance uses three metrics and a calculation.\n Metrics:\n - BEI: Baseline Emission Intensity\n - PEI: Post-Project Emission Intensity\n - TEI: Target Emission Intensity\n Calculation:\n - Emission Intensity Performance = (BEI - PEI) / (BEI - TEI) * 100\n", + "fields": [ { - "name": "PRIMARY_KEY_DESC", - "description": null, + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRODUCTION_FUNCTIONAL_UNIT_ASC", - "description": null, + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRODUCTION_FUNCTIONAL_UNIT_DESC", - "description": null, + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityPaymentPercent`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_ASC", - "description": null, + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_DESC", - "description": null, + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_ASC", - "description": null, + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_DESC", - "description": null, + "name": "maxEmissionIntensityPerformance", + "description": " The calculated emission intensity performance.\n This is stored as a maxiumum as any value 30 and below maps to 0% and any value 100 and above (stored as Infinity) maps to 100%\n", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_ASC", - "description": null, + "name": "paymentPercentage", + "description": "The payment percentage linked to the value of max_emission_intensity_performance", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_DESC", - "description": null, + "name": "rowId", + "description": "Unique ID for the emission_intensity_payment_percent", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_ASC", - "description": null, + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_DESC", - "description": null, + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentCondition", + "description": "A condition to be used against `EmissionIntensityPaymentPercent` object types.\nAll fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "maxEmissionIntensityPerformance", + "description": "Checks for equality with the object’s `maxEmissionIntensityPerformance` field.", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "paymentPercentage", + "description": "Checks for equality with the object’s `paymentPercentage` field.", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentFilter", + "description": "A filter to be used against `EmissionIntensityPaymentPercent` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentFilter", + "ofType": null + } + } + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "REPORTING_REQUIREMENT_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "TARGET_EMISSION_INTENSITY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "TARGET_EMISSION_INTENSITY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "maxEmissionIntensityPerformance", + "description": "Filter by the object’s `maxEmissionIntensityPerformance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "TOTAL_LIFETIME_EMISSION_REDUCTION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "TOTAL_LIFETIME_EMISSION_REDUCTION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentFilter", + "ofType": null + } + } + }, + "defaultValue": null }, { - "name": "UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "paymentPercentage", + "description": "Filter by the object’s `paymentPercentage` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null } ], + "interfaces": null, + "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FormChange", - "description": "Table tracking individual changes to database records", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentInput", + "description": "An input for mutations affecting `EmissionIntensityPaymentPercent`", + "fields": null, + "inputFields": [ { - "name": "asEmissionIntensityReport", - "description": null, - "args": [], + "name": "archivedAt", + "description": "archived at timestamp", "type": { - "kind": "OBJECT", - "name": "EmissionIntensityReport", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "asProject", - "description": "Computed column returns data from the new_form_data column as if it were a project to allow graph traversal via the foreign keys.", - "args": [], + "name": "archivedBy", + "description": "archived by user id", "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "asProjectContact", - "description": "Computed column returns data from the new_form_data column as if it were a project_contact record to allow graph traversal via the foreign keys.", - "args": [], + "name": "createdAt", + "description": "created at timestamp", "type": { - "kind": "OBJECT", - "name": "ProjectContact", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "asProjectManager", - "description": "Computed column returns data from the new_form_data column as if it were a project_manager record to allow graph traversal via the foreign keys.", - "args": [], + "name": "createdBy", + "description": "created by user id", "type": { - "kind": "OBJECT", - "name": "ProjectManager", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "asReportingRequirement", - "description": "Computed column returns data from the new_form_data column as if it were a emission_intensity_report record to allow graph traversal via the foreign keys.", - "args": [], + "name": "maxEmissionIntensityPerformance", + "description": " The calculated emission intensity performance.\n This is stored as a maxiumum as any value 30 and below maps to 0% and any value 100 and above (stored as Infinity) maps to 100%\n", "type": { - "kind": "OBJECT", - "name": "ReportingRequirement", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "changeStatus", - "description": "The change status of this form change, foreign key to cif.change_status.", - "args": [], + "name": "paymentPercentage", + "description": "The payment percentage linked to the value of max_emission_intensity_performance", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "changeStatusByChangeStatus", - "description": "Reads a single `ChangeStatus` that is related to this `FormChange`.", - "args": [], + "name": "updatedAt", + "description": "updated at timestamp", "type": { - "kind": "OBJECT", - "name": "ChangeStatus", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "changeStatusesByFormChangePreviousFormChangeIdAndChangeStatus", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangeChangeStatusesByFormChangePreviousFormChangeIdAndChangeStatusManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUsersByFormChangePreviousFormChangeIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndCreatedByManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUsersByFormChangePreviousFormChangeIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndUpdatedByManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdBy", - "description": "created by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formChangeByPreviousFormChangeId", - "description": "Reads a single `FormChange` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formChangesByPreviousFormChangeId", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formDataRecordId", - "description": "The id of the record on which this form change applies", - "args": [], + "name": "updatedBy", + "description": "updated by user id", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formDataSchemaName", - "description": "The schema on which this form change applies", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formDataTableName", - "description": "The table on which this form change applies", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentPatch", + "description": "Represents an update to a `EmissionIntensityPaymentPercent`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ { - "name": "isPristine", - "description": null, - "args": [], + "name": "archivedAt", + "description": "archived at timestamp", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "isUniqueValue", - "description": null, - "args": [ - { - "name": "columnName", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "archivedBy", + "description": "archived by user id", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonSchemaName", - "description": "The name of the JSON schema to use for validation of this form data", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "newFormData", - "description": "Unique ID for the form_change", - "args": [], + "name": "createdAt", + "description": "created at timestamp", "type": { "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "operation", - "description": "The operation this form change describes: create, update or archive", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangeOperation", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parentFormChangeFromRevision", - "description": "returns an ancestor form_change from a specific revision for the form_change id passed in as a parameter", - "args": [ - { - "name": "projectRevisionId", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "FormChange", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "previousFormChangeId", - "description": "The id of the form_change record that preceded this one", - "args": [], + "name": "createdBy", + "description": "created by user id", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectRevisionByProjectRevisionId", - "description": "Reads a single `ProjectRevision` that is related to this `FormChange`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectRevision", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectRevisionId", - "description": "The project revision this change might be associated with (if known)", - "args": [], + "name": "maxEmissionIntensityPerformance", + "description": " The calculated emission intensity performance.\n This is stored as a maxiumum as any value 30 and below maps to 0% and any value 100 and above (stored as Infinity) maps to 100%\n", "type": { "kind": "SCALAR", - "name": "Int", + "name": "BigFloat", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionId", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangeProjectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionIdManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "reportingRequirementStatus", - "description": "A computed column to return the status for a reporting requirement form_change record based on the report_due_date and submitted_date", - "args": [], + "name": "paymentPercentage", + "description": "The payment percentage linked to the value of max_emission_intensity_performance", "type": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rowId", - "description": "Unique ID for the form_change", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { "name": "updatedAt", "description": "updated at timestamp", - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { "name": "updatedBy", "description": "updated by user id", - "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "validationErrors", - "description": "The validation errors computed for this record's new_form_data and the json_schema_name schema", - "args": [], - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "defaultValue": null } ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "FormChangeChangeStatusesByFormChangePreviousFormChangeIdAndChangeStatusManyToManyConnection", - "description": "A connection to a list of `ChangeStatus` values, with data from `FormChange`.", + "name": "EmissionIntensityPaymentPercentsConnection", + "description": "A connection to a list of `EmissionIntensityPaymentPercent` values.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ChangeStatus`, info from the `FormChange`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `EmissionIntensityPaymentPercent` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -106047,7 +106347,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangeChangeStatusesByFormChangePreviousFormChangeIdAndChangeStatusManyToManyEdge", + "name": "EmissionIntensityPaymentPercentsEdge", "ofType": null } } @@ -106058,7 +106358,7 @@ }, { "name": "nodes", - "description": "A list of `ChangeStatus` objects.", + "description": "A list of `EmissionIntensityPaymentPercent` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -106068,7 +106368,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeStatus", + "name": "EmissionIntensityPaymentPercent", "ofType": null } } @@ -106094,7 +106394,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ChangeStatus` you could get from the connection.", + "description": "The count of *all* `EmissionIntensityPaymentPercent` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -106116,8 +106416,8 @@ }, { "kind": "OBJECT", - "name": "FormChangeChangeStatusesByFormChangePreviousFormChangeIdAndChangeStatusManyToManyEdge", - "description": "A `ChangeStatus` edge in the connection, with data from `FormChange`.", + "name": "EmissionIntensityPaymentPercentsEdge", + "description": "A `EmissionIntensityPaymentPercent` edge in the connection.", "fields": [ { "name": "cursor", @@ -106131,118 +106431,13 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "formChangesByChangeStatus", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", - "description": "The `ChangeStatus` at the end of the edge.", + "description": "The `EmissionIntensityPaymentPercent` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ChangeStatus", + "name": "EmissionIntensityPaymentPercent", "ofType": null }, "isDeprecated": false, @@ -106255,1142 +106450,870 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", - "fields": [ + "kind": "ENUM", + "name": "EmissionIntensityPaymentPercentsOrderBy", + "description": "Methods to use when ordering `EmissionIntensityPaymentPercent`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, + "name": "ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FormChange`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangesByCreatedBy", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FormChange`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "description": "A condition to be used against `FormChange` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "changeStatus", - "description": "Checks for equality with the object’s `changeStatus` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataRecordId", - "description": "Checks for equality with the object’s `formDataRecordId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataSchemaName", - "description": "Checks for equality with the object’s `formDataSchemaName` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataTableName", - "description": "Checks for equality with the object’s `formDataTableName` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "jsonSchemaName", - "description": "Checks for equality with the object’s `jsonSchemaName` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "newFormData", - "description": "Checks for equality with the object’s `newFormData` field.", - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "operation", - "description": "Checks for equality with the object’s `operation` field.", - "type": { - "kind": "ENUM", - "name": "FormChangeOperation", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "previousFormChangeId", - "description": "Checks for equality with the object’s `previousFormChangeId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectRevisionId", - "description": "Checks for equality with the object’s `projectRevisionId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "validationErrors", - "description": "Checks for equality with the object’s `validationErrors` field.", - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "description": "A filter to be used against `FormChange` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatus", - "description": "Filter by the object’s `changeStatus` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatusByChangeStatus", - "description": "Filter by the object’s `changeStatusByChangeStatus` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangeByPreviousFormChangeId", - "description": "Filter by the object’s `formChangeByPreviousFormChangeId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangeByPreviousFormChangeIdExists", - "description": "A related `formChangeByPreviousFormChangeId` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangesByPreviousFormChangeId", - "description": "Filter by the object’s `formChangesByPreviousFormChangeId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeToManyFormChangeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangesByPreviousFormChangeIdExist", - "description": "Some related `formChangesByPreviousFormChangeId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataRecordId", - "description": "Filter by the object’s `formDataRecordId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataSchemaName", - "description": "Filter by the object’s `formDataSchemaName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formDataTableName", - "description": "Filter by the object’s `formDataTableName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "isPristine", - "description": "Filter by the object’s `isPristine` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "BooleanFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "jsonSchemaName", - "description": "Filter by the object’s `jsonSchemaName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "newFormData", - "description": "Filter by the object’s `newFormData` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "JSONFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "operation", - "description": "Filter by the object’s `operation` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeOperationFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "previousFormChangeId", - "description": "Filter by the object’s `previousFormChangeId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectRevisionByProjectRevisionId", - "description": "Filter by the object’s `projectRevisionByProjectRevisionId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectRevisionByProjectRevisionIdExists", - "description": "A related `projectRevisionByProjectRevisionId` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectRevisionId", - "description": "Filter by the object’s `projectRevisionId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementStatus", - "description": "Filter by the object’s `reportingRequirementStatus` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "validationErrors", - "description": "Filter by the object’s `validationErrors` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "JSONFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "FormChangeOperation", - "description": "The type of change operation, defining the action taken when the form_change is committed.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "ARCHIVE", + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATE", + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATE", + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null - } - ], + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_EMISSION_INTENSITY_PERFORMANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_EMISSION_INTENSITY_PERFORMANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PAYMENT_PERCENTAGE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PAYMENT_PERCENTAGE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "FormChangeOperationFilter", - "description": "A filter to be used against FormChangeOperation fields. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "EmissionIntensityReport", + "description": "Table containing information about a CIF emission_intensity_report", + "fields": [ { - "name": "distinctFrom", - "description": "Not equal to the specified value, treating null like an ordinary value.", + "name": "adjustedEmissionsIntensityPerformance", + "description": "User defined value corresponding to the calculated emission intensity performance. The calculated value gets manually rounded", + "args": [], "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "equalTo", - "description": "Equal to the specified value.", + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "greaterThan", - "description": "Greater than the specified value.", + "name": "archivedBy", + "description": "archived by user id", + "args": [], "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "greaterThanOrEqualTo", - "description": "Greater than or equal to the specified value.", + "name": "baselineEmissionIntensity", + "description": "The baseline emission intensity used as a benchmark for calculating emission intensity performance", + "args": [], "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "in", - "description": "Included in the specified list.", + "name": "calculatedEiPerformance", + "description": "Returns the calculated EI intensity value", + "args": [], "type": { - "kind": "LIST", + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `EmissionIntensityReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangeOperation", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "isNull", - "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "name": "createdBy", + "description": "created by user id", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "lessThan", - "description": "Less than the specified value.", + "name": "emissionFunctionalUnit", + "description": "The units in which the emissions are measured", + "args": [], "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "lessThanOrEqualTo", - "description": "Less than or equal to the specified value.", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementPeriodEndDate", + "description": "The date when the measurement period ends for a project", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "notDistinctFrom", - "description": "Equal to the specified value, treating null like an ordinary value.", + "name": "measurementPeriodStartDate", + "description": "The date when the measurement period starts for a project", + "args": [], "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "notEqualTo", - "description": "Not equal to the specified value.", + "name": "postProjectEmissionIntensity", + "description": "The actual emission intensity achieved after a project has completed, used in calculating emission intensity performance", + "args": [], "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "notIn", - "description": "Not included in the specified list.", + "name": "productionFunctionalUnit", + "description": "The units in which the production item that generates emissions are measured", + "args": [], "type": { - "kind": "LIST", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reportingRequirementByReportingRequirementId", + "description": "Reads a single `ReportingRequirement` that is related to this `EmissionIntensityReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reportingRequirementId", + "description": "Foreign key to for the reporting_requirement table", + "args": [], + "type": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangeOperation", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rowId", + "description": "Unique ID for the emission_intensity_report", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "targetEmissionIntensity", + "description": "The emission intensity defined as a target after a project has completed, used in calculating emission intensity performance", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalLifetimeEmissionReduction", + "description": "The total amount of emission reduction expected from the outcome of this project", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null } ], - "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "FormChangePatch", - "description": "Represents an update to a `FormChange`. Fields that are set will be updated.", + "name": "EmissionIntensityReportCondition", + "description": "A condition to be used against `EmissionIntensityReport` object types. All\nfields are tested for equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "changeStatus", - "description": "The change status of this form change, foreign key to cif.change_status.", + "name": "adjustedEmissionsIntensityPerformance", + "description": "Checks for equality with the object’s `adjustedEmissionsIntensityPerformance` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { "kind": "SCALAR", "name": "Datetime", @@ -107399,8 +107322,8 @@ "defaultValue": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -107409,8 +107332,28 @@ "defaultValue": null }, { - "name": "formDataRecordId", - "description": "The id of the record on which this form change applies", + "name": "baselineEmissionIntensity", + "description": "Checks for equality with the object’s `baselineEmissionIntensity` field.", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -107419,8 +107362,8 @@ "defaultValue": null }, { - "name": "formDataSchemaName", - "description": "The schema on which this form change applies", + "name": "emissionFunctionalUnit", + "description": "Checks for equality with the object’s `emissionFunctionalUnit` field.", "type": { "kind": "SCALAR", "name": "String", @@ -107429,48 +107372,48 @@ "defaultValue": null }, { - "name": "formDataTableName", - "description": "The table on which this form change applies", + "name": "measurementPeriodEndDate", + "description": "Checks for equality with the object’s `measurementPeriodEndDate` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "jsonSchemaName", - "description": "The name of the JSON schema to use for validation of this form data", + "name": "measurementPeriodStartDate", + "description": "Checks for equality with the object’s `measurementPeriodStartDate` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "newFormData", - "description": "Unique ID for the form_change", + "name": "postProjectEmissionIntensity", + "description": "Checks for equality with the object’s `postProjectEmissionIntensity` field.", "type": { "kind": "SCALAR", - "name": "JSON", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { - "name": "operation", - "description": "The operation this form change describes: create, update or archive", + "name": "productionFunctionalUnit", + "description": "Checks for equality with the object’s `productionFunctionalUnit` field.", "type": { - "kind": "ENUM", - "name": "FormChangeOperation", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "previousFormChangeId", - "description": "The id of the form_change record that preceded this one", + "name": "reportingRequirementId", + "description": "Checks for equality with the object’s `reportingRequirementId` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -107479,8 +107422,8 @@ "defaultValue": null }, { - "name": "projectRevisionId", - "description": "The project revision this change might be associated with (if known)", + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -107489,31 +107432,41 @@ "defaultValue": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "targetEmissionIntensity", + "description": "Checks for equality with the object’s `targetEmissionIntensity` field.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "totalLifetimeEmissionReduction", + "description": "Checks for equality with the object’s `totalLifetimeEmissionReduction` field.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { - "name": "validationErrors", - "description": "The validation errors computed for this record's new_form_data and the json_schema_name schema", + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { "kind": "SCALAR", - "name": "JSON", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null @@ -107524,1269 +107477,1570 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FormChangeProjectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionIdManyToManyConnection", - "description": "A connection to a list of `ProjectRevision` values, with data from `FormChange`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "description": "A filter to be used against `EmissionIntensityReport` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `ProjectRevision`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], + "name": "adjustedEmissionsIntensityPerformance", + "description": "Filter by the object’s `adjustedEmissionsIntensityPerformance` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangeProjectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionIdManyToManyEdge", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `ProjectRevision` objects.", - "args": [], + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectRevision", + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `ProjectRevision` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FormChangeProjectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionIdManyToManyEdge", - "description": "A `ProjectRevision` edge in the connection, with data from `FormChange`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "formChangesByProjectRevisionId", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "baselineEmissionIntensity", + "description": "Filter by the object’s `baselineEmissionIntensity` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `ProjectRevision` at the end of the edge.", - "args": [], + "name": "calculatedEiPerformance", + "description": "Filter by the object’s `calculatedEiPerformance` field.", "type": { - "kind": "OBJECT", - "name": "ProjectRevision", + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FormChangeToManyFormChangeFilter", - "description": "A filter to be used against many `FormChange` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "defaultValue": null + }, { - "name": "every", - "description": "Every related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null }, { - "name": "none", - "description": "No related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "some", - "description": "Some related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FormChangesConnection", - "description": "A connection to a list of `FormChange` values.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `FormChange` and cursor to aid in pagination.", - "args": [], + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `FormChange` objects.", - "args": [], + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `FormChange` you could get from the connection.", - "args": [], + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FormChangesEdge", - "description": "A `FormChange` edge in the connection.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `FormChange` at the end of the edge.", - "args": [], + "name": "emissionFunctionalUnit", + "description": "Filter by the object’s `emissionFunctionalUnit` field.", "type": { - "kind": "OBJECT", - "name": "FormChange", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "description": "Methods to use when ordering `FormChange`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "CHANGE_STATUS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ACTIVE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "measurementPeriodEndDate", + "description": "Filter by the object’s `measurementPeriodEndDate` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ACTIVE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "measurementPeriodStartDate", + "description": "Filter by the object’s `measurementPeriodStartDate` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "ofType": null + } + } + }, + "defaultValue": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "postProjectEmissionIntensity", + "description": "Filter by the object’s `postProjectEmissionIntensity` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "productionFunctionalUnit", + "description": "Filter by the object’s `productionFunctionalUnit` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "reportingRequirementByReportingRequirementId", + "description": "Filter by the object’s `reportingRequirementByReportingRequirementId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_AT_DESC", - "description": null, + "name": "reportingRequirementId", + "description": "Filter by the object’s `reportingRequirementId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "targetEmissionIntensity", + "description": "Filter by the object’s `targetEmissionIntensity` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "totalLifetimeEmissionReduction", + "description": "Filter by the object’s `totalLifetimeEmissionReduction` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportInput", + "description": "An input for mutations affecting `EmissionIntensityReport`", + "fields": null, + "inputFields": [ + { + "name": "adjustedEmissionsIntensityPerformance", + "description": "User defined value corresponding to the calculated emission intensity performance. The calculated value gets manually rounded", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baselineEmissionIntensity", + "description": "The baseline emission intensity used as a benchmark for calculating emission intensity performance", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emissionFunctionalUnit", + "description": "The units in which the emissions are measured", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementPeriodEndDate", + "description": "The date when the measurement period ends for a project", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementPeriodStartDate", + "description": "The date when the measurement period starts for a project", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "postProjectEmissionIntensity", + "description": "The actual emission intensity achieved after a project has completed, used in calculating emission intensity performance", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "productionFunctionalUnit", + "description": "The units in which the production item that generates emissions are measured", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementId", + "description": "Foreign key to for the reporting_requirement table", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "targetEmissionIntensity", + "description": "The emission intensity defined as a target after a project has completed, used in calculating emission intensity performance", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "totalLifetimeEmissionReduction", + "description": "The total amount of emission reduction expected from the outcome of this project", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportPatch", + "description": "Represents an update to a `EmissionIntensityReport`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "adjustedEmissionsIntensityPerformance", + "description": "User defined value corresponding to the calculated emission intensity performance. The calculated value gets manually rounded", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baselineEmissionIntensity", + "description": "The baseline emission intensity used as a benchmark for calculating emission intensity performance", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emissionFunctionalUnit", + "description": "The units in which the emissions are measured", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementPeriodEndDate", + "description": "The date when the measurement period ends for a project", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementPeriodStartDate", + "description": "The date when the measurement period starts for a project", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "postProjectEmissionIntensity", + "description": "The actual emission intensity achieved after a project has completed, used in calculating emission intensity performance", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "productionFunctionalUnit", + "description": "The units in which the production item that generates emissions are measured", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementId", + "description": "Foreign key to for the reporting_requirement table", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "targetEmissionIntensity", + "description": "The emission intensity defined as a target after a project has completed, used in calculating emission intensity performance", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "totalLifetimeEmissionReduction", + "description": "The total amount of emission reduction expected from the outcome of this project", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "EmissionIntensityReportsConnection", + "description": "A connection to a list of `EmissionIntensityReport` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `EmissionIntensityReport` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EmissionIntensityReportsEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_BY_ASC", - "description": null, + "name": "nodes", + "description": "A list of `EmissionIntensityReport` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EmissionIntensityReport", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_BY_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__STATUS_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `EmissionIntensityReport` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "EmissionIntensityReportsEdge", + "description": "A `EmissionIntensityReport` edge in the connection.", + "fields": [ { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__STATUS_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__TRIGGERS_COMMIT_ASC", - "description": null, + "name": "node", + "description": "The `EmissionIntensityReport` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EmissionIntensityReport", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "EmissionIntensityReportsOrderBy", + "description": "Methods to use when ordering `EmissionIntensityReport`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__TRIGGERS_COMMIT_DESC", + "name": "ADJUSTED_EMISSIONS_INTENSITY_PERFORMANCE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_AT_ASC", + "name": "ADJUSTED_EMISSIONS_INTENSITY_PERFORMANCE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_AT_DESC", + "name": "ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_BY_ASC", + "name": "ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_BY_DESC", + "name": "ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_DESC", + "name": "ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "name": "BASELINE_EMISSION_INTENSITY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "name": "BASELINE_EMISSION_INTENSITY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_ASC", + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_DESC", + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGES_BY_PREVIOUS_FORM_CHANGE_ID__COUNT_ASC", + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGES_BY_PREVIOUS_FORM_CHANGE_ID__COUNT_DESC", + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CHANGE_STATUS_ASC", + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CHANGE_STATUS_DESC", + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CREATED_AT_ASC", + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CREATED_AT_DESC", + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CREATED_BY_ASC", + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CREATED_BY_DESC", + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_RECORD_ID_ASC", + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_RECORD_ID_DESC", + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_SCHEMA_NAME_ASC", + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_SCHEMA_NAME_DESC", + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_TABLE_NAME_ASC", + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_TABLE_NAME_DESC", + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__ID_ASC", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__ID_DESC", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__JSON_SCHEMA_NAME_ASC", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__JSON_SCHEMA_NAME_DESC", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__NEW_FORM_DATA_ASC", + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__NEW_FORM_DATA_DESC", + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__OPERATION_ASC", + "name": "CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__OPERATION_DESC", + "name": "CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__PREVIOUS_FORM_CHANGE_ID_ASC", + "name": "CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__PREVIOUS_FORM_CHANGE_ID_DESC", + "name": "CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__PROJECT_REVISION_ID_ASC", + "name": "EMISSION_FUNCTIONAL_UNIT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__PROJECT_REVISION_ID_DESC", + "name": "EMISSION_FUNCTIONAL_UNIT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__UPDATED_AT_ASC", + "name": "ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__UPDATED_AT_DESC", + "name": "ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__UPDATED_BY_ASC", + "name": "MEASUREMENT_PERIOD_END_DATE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__UPDATED_BY_DESC", + "name": "MEASUREMENT_PERIOD_END_DATE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__VALIDATION_ERRORS_ASC", + "name": "MEASUREMENT_PERIOD_START_DATE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__VALIDATION_ERRORS_DESC", + "name": "MEASUREMENT_PERIOD_START_DATE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_DATA_RECORD_ID_ASC", + "name": "NATURAL", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_DATA_RECORD_ID_DESC", + "name": "POST_PROJECT_EMISSION_INTENSITY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_DATA_SCHEMA_NAME_ASC", + "name": "POST_PROJECT_EMISSION_INTENSITY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_DATA_SCHEMA_NAME_DESC", + "name": "PRIMARY_KEY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_DATA_TABLE_NAME_ASC", + "name": "PRIMARY_KEY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_DATA_TABLE_NAME_DESC", + "name": "PRODUCTION_FUNCTIONAL_UNIT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", + "name": "PRODUCTION_FUNCTIONAL_UNIT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "JSON_SCHEMA_NAME_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "JSON_SCHEMA_NAME_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NEW_FORM_DATA_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NEW_FORM_DATA_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OPERATION_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OPERATION_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PREVIOUS_FORM_CHANGE_ID_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PREVIOUS_FORM_CHANGE_ID_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CHANGE_REASON_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CHANGE_REASON_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CHANGE_STATUS_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CHANGE_STATUS_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CREATED_AT_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CREATED_AT_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CREATED_BY_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CREATED_BY_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__ID_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__ID_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__IS_FIRST_REVISION_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__IS_FIRST_REVISION_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__PROJECT_ID_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__PROJECT_ID_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__UPDATED_AT_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__UPDATED_AT_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__UPDATED_BY_ASC", + "name": "REPORTING_REQUIREMENT_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__UPDATED_BY_DESC", + "name": "REPORTING_REQUIREMENT_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_ID_ASC", + "name": "TARGET_EMISSION_INTENSITY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_REVISION_ID_DESC", + "name": "TARGET_EMISSION_INTENSITY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", + "name": "TOTAL_LIFETIME_EMISSION_REDUCTION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", + "name": "TOTAL_LIFETIME_EMISSION_REDUCTION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", + "name": "UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", + "name": "UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "VALIDATION_ERRORS_ASC", + "name": "UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "VALIDATION_ERRORS_DESC", + "name": "UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -108796,171 +109050,79 @@ }, { "kind": "OBJECT", - "name": "FundingParameter", - "description": "Table containing funding agreement data", + "name": "FormChange", + "description": "Table tracking individual changes to database records", "fields": [ { - "name": "anticipatedFundingAmount", - "description": "Total anticipated funding amount inserted by CIF users", - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "archivedAt", - "description": "archived at timestamp", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "archivedBy", - "description": "archived by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "name": "asEmissionIntensityReport", + "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "EmissionIntensityReport", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "name": "asProject", + "description": "Computed column returns data from the new_form_data column as if it were a project to allow graph traversal via the foreign keys.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", + "name": "asProjectContact", + "description": "Computed column returns data from the new_form_data column as if it were a project_contact record to allow graph traversal via the foreign keys.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdBy", - "description": "created by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "holdbackPercentage", - "description": "The designated holdback percentage for each payment. CIF holds back this designated holdback percentage from each payment, and the cumulated holdback amount is the total possible value of the final (performance) milestone payment. The proponent is paid a portion of this possible total based on their project emission intensity performance relative to the target emission intensity", - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", + "name": "ProjectContact", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "maxFundingAmount", - "description": "Maximum funding amount for this project", + "name": "asProjectManager", + "description": "Computed column returns data from the new_form_data column as if it were a project_manager record to allow graph traversal via the foreign keys.", "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "ProjectManager", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `FundingParameter`.", + "name": "asReportingRequirement", + "description": "Computed column returns data from the new_form_data column as if it were a emission_intensity_report record to allow graph traversal via the foreign keys.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "ReportingRequirement", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectId", - "description": "The related project for this data", + "name": "changeStatus", + "description": "The change status of this form change, foreign key to cif.change_status.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -108968,55 +109130,126 @@ "deprecationReason": null }, { - "name": "provinceSharePercentage", - "description": "The percent of the total funding for a project that the Province is providing", + "name": "changeStatusByChangeStatus", + "description": "Reads a single `ChangeStatus` that is related to this `FormChange`.", "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "ChangeStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "rowId", - "description": "Unique ID for the funding agreement data", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalProjectValue", - "description": "Total project value", - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], + "name": "changeStatusesByFormChangePreviousFormChangeIdAndChangeStatus", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ChangeStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ChangeStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ChangeStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ChangeStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "FormChangeChangeStatusesByFormChangePreviousFormChangeIdAndChangeStatusManyToManyConnection", "ofType": null } }, @@ -109024,540 +109257,1495 @@ "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FormChange`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", - "description": "A condition to be used against `FundingParameter` object types. All fields are\ntested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + }, { - "name": "anticipatedFundingAmount", - "description": "Checks for equality with the object’s `anticipatedFundingAmount` field.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FormChange`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", + "name": "cifUsersByFormChangePreviousFormChangeIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndCreatedByManyToManyConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", + "name": "cifUsersByFormChangePreviousFormChangeIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndUpdatedByManyToManyConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "description": "created at timestamp", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", + "description": "created by user id", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "holdbackPercentage", - "description": "Checks for equality with the object’s `holdbackPercentage` field.", + "name": "formChangeByPreviousFormChangeId", + "description": "Reads a single `FormChange` that is related to this `FormChange`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "FormChange", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxFundingAmount", - "description": "Checks for equality with the object’s `maxFundingAmount` field.", + "name": "formChangesByPreviousFormChangeId", + "description": "Reads and enables pagination through a set of `FormChange`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FormChange`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangesConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectId", - "description": "Checks for equality with the object’s `projectId` field.", + "name": "formDataRecordId", + "description": "The id of the record on which this form change applies", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "provinceSharePercentage", - "description": "Checks for equality with the object’s `provinceSharePercentage` field.", + "name": "formDataSchemaName", + "description": "The schema on which this form change applies", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", + "name": "formDataTableName", + "description": "The table on which this form change applies", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalProjectValue", - "description": "Checks for equality with the object’s `totalProjectValue` field.", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "isPristine", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Boolean", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", + "name": "isUniqueValue", + "description": null, + "args": [ + { + "name": "columnName", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "description": "A filter to be used against `FundingParameter` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "jsonSchemaName", + "description": "The name of the JSON schema to use for validation of this form data", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null - }, - { - "name": "anticipatedFundingAmount", - "description": "Filter by the object’s `anticipatedFundingAmount` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", + "name": "newFormData", + "description": "Unique ID for the form_change", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "SCALAR", + "name": "JSON", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", + "name": "operation", + "description": "The operation this form change describes: create, update or archive", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "name": "parentFormChangeFromRevision", + "description": "returns an ancestor form_change from a specific revision for the form_change id passed in as a parameter", + "args": [ + { + "name": "projectRevisionId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "FormChange", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", + "name": "previousFormChangeId", + "description": "The id of the form_change record that preceded this one", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "name": "projectRevisionByProjectRevisionId", + "description": "Reads a single `ProjectRevision` that is related to this `FormChange`.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "ProjectRevision", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", + "name": "projectRevisionId", + "description": "The project revision this change might be associated with (if known)", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "name": "projectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionId", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangeProjectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionIdManyToManyConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", + "name": "reportingRequirementStatus", + "description": "A computed column to return the status for a reporting requirement form_change record based on the report_due_date and submitted_date", + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", + "name": "rowId", + "description": "Unique ID for the form_change", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "holdbackPercentage", - "description": "Filter by the object’s `holdbackPercentage` field.", + "name": "updatedBy", + "description": "updated by user id", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxFundingAmount", - "description": "Filter by the object’s `maxFundingAmount` field.", + "name": "validationErrors", + "description": "The validation errors computed for this record's new_form_data and the json_schema_name schema", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "SCALAR", + "name": "JSON", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ { - "name": "not", - "description": "Negates the expression.", + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangeChangeStatusesByFormChangePreviousFormChangeIdAndChangeStatusManyToManyConnection", + "description": "A connection to a list of `ChangeStatus` values, with data from `FormChange`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ChangeStatus`, info from the `FormChange`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangeChangeStatusesByFormChangePreviousFormChangeIdAndChangeStatusManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", + "name": "nodes", + "description": "A list of `ChangeStatus` objects.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "kind": "OBJECT", + "name": "ChangeStatus", "ofType": null } } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Filter by the object’s `projectByProjectId` relation.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectId", - "description": "Filter by the object’s `projectId` field.", + "name": "totalCount", + "description": "The count of *all* `ChangeStatus` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangeChangeStatusesByFormChangePreviousFormChangeIdAndChangeStatusManyToManyEdge", + "description": "A `ChangeStatus` edge in the connection, with data from `FormChange`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "provinceSharePercentage", - "description": "Filter by the object’s `provinceSharePercentage` field.", + "name": "formChangesByChangeStatus", + "description": "Reads and enables pagination through a set of `FormChange`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FormChange`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangesConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", + "name": "node", + "description": "The `ChangeStatus` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "ChangeStatus", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalProjectValue", - "description": "Filter by the object’s `totalProjectValue` field.", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "FundingParameterInput", - "description": "An input for mutations affecting `FundingParameter`", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FormChange`.", + "fields": [ { - "name": "anticipatedFundingAmount", - "description": "Total anticipated funding amount inserted by CIF users", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "formChangesByCreatedBy", + "description": "Reads and enables pagination through a set of `FormChange`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FormChange`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangesConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", + "fields": [ { - "name": "createdAt", - "description": "created at timestamp", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "holdbackPercentage", - "description": "The designated holdback percentage for each payment. CIF holds back this designated holdback percentage from each payment, and the cumulated holdback amount is the total possible value of the final (performance) milestone payment. The proponent is paid a portion of this possible total based on their project emission intensity performance relative to the target emission intensity", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maxFundingAmount", - "description": "Maximum funding amount for this project", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangeCifUsersByFormChangePreviousFormChangeIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FormChange`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectId", - "description": "The related project for this data", + "name": "formChangesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FormChange`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FormChange`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "FormChangesConnection", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "provinceSharePercentage", - "description": "The percent of the total funding for a project that the Province is providing", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", + "description": "A condition to be used against `FormChange` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "totalProjectValue", - "description": "Total project value", + "name": "changeStatus", + "description": "Checks for equality with the object’s `changeStatus` field.", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { "kind": "SCALAR", "name": "Datetime", @@ -109566,99 +110754,88 @@ "defaultValue": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingParameterPatch", - "description": "Represents an update to a `FundingParameter`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + }, { - "name": "anticipatedFundingAmount", - "description": "Total anticipated funding amount inserted by CIF users", + "name": "formDataRecordId", + "description": "Checks for equality with the object’s `formDataRecordId` field.", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "formDataSchemaName", + "description": "Checks for equality with the object’s `formDataSchemaName` field.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "formDataTableName", + "description": "Checks for equality with the object’s `formDataTableName` field.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "jsonSchemaName", + "description": "Checks for equality with the object’s `jsonSchemaName` field.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "newFormData", + "description": "Checks for equality with the object’s `newFormData` field.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "JSON", "ofType": null }, "defaultValue": null }, { - "name": "holdbackPercentage", - "description": "The designated holdback percentage for each payment. CIF holds back this designated holdback percentage from each payment, and the cumulated holdback amount is the total possible value of the final (performance) milestone payment. The proponent is paid a portion of this possible total based on their project emission intensity performance relative to the target emission intensity", + "name": "operation", + "description": "Checks for equality with the object’s `operation` field.", "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "ENUM", + "name": "FormChangeOperation", "ofType": null }, "defaultValue": null }, { - "name": "maxFundingAmount", - "description": "Maximum funding amount for this project", + "name": "previousFormChangeId", + "description": "Checks for equality with the object’s `previousFormChangeId` field.", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "projectId", - "description": "The related project for this data", + "name": "projectRevisionId", + "description": "Checks for equality with the object’s `projectRevisionId` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -109667,41 +110844,41 @@ "defaultValue": null }, { - "name": "provinceSharePercentage", - "description": "The percent of the total funding for a project that the Province is providing", + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "totalProjectValue", - "description": "Total project value", + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { "kind": "SCALAR", - "name": "BigFloat", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "validationErrors", + "description": "Checks for equality with the object’s `validationErrors` field.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "JSON", "ofType": null }, "defaultValue": null @@ -109712,299 +110889,1173 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FundingParametersConnection", - "description": "A connection to a list of `FundingParameter` values.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "description": "A filter to be used against `FormChange` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `FundingParameter` and cursor to aid in pagination.", - "args": [], + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingParametersEdge", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `FundingParameter` objects.", - "args": [], + "name": "changeStatus", + "description": "Filter by the object’s `changeStatus` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingParameter", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "changeStatusByChangeStatus", + "description": "Filter by the object’s `changeStatusByChangeStatus` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ChangeStatusFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `FundingParameter` you could get from the connection.", - "args": [], + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingParametersEdge", - "description": "A `FundingParameter` edge in the connection.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `FundingParameter` at the end of the edge.", - "args": [], + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", "type": { - "kind": "OBJECT", - "name": "FundingParameter", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "FundingParametersOrderBy", - "description": "Methods to use when ordering `FundingParameter`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "defaultValue": null + }, { - "name": "ANTICIPATED_FUNDING_AMOUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "ANTICIPATED_FUNDING_AMOUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "formChangeByPreviousFormChangeId", + "description": "Filter by the object’s `formChangeByPreviousFormChangeId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "formChangeByPreviousFormChangeIdExists", + "description": "A related `formChangeByPreviousFormChangeId` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "formChangesByPreviousFormChangeId", + "description": "Filter by the object’s `formChangesByPreviousFormChangeId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeToManyFormChangeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "formChangesByPreviousFormChangeIdExist", + "description": "Some related `formChangesByPreviousFormChangeId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "formDataRecordId", + "description": "Filter by the object’s `formDataRecordId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "formDataSchemaName", + "description": "Filter by the object’s `formDataSchemaName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "formDataTableName", + "description": "Filter by the object’s `formDataTableName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "isPristine", + "description": "Filter by the object’s `isPristine` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "jsonSchemaName", + "description": "Filter by the object’s `jsonSchemaName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "newFormData", + "description": "Filter by the object’s `newFormData` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operation", + "description": "Filter by the object’s `operation` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeOperationFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "previousFormChangeId", + "description": "Filter by the object’s `previousFormChangeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectRevisionByProjectRevisionId", + "description": "Filter by the object’s `projectRevisionByProjectRevisionId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectRevisionByProjectRevisionIdExists", + "description": "A related `projectRevisionByProjectRevisionId` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectRevisionId", + "description": "Filter by the object’s `projectRevisionId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementStatus", + "description": "Filter by the object’s `reportingRequirementStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "validationErrors", + "description": "Filter by the object’s `validationErrors` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "FormChangeOperation", + "description": "The type of change operation, defining the action taken when the form_change is committed.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ARCHIVE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "name": "CREATE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "name": "UPDATE", "description": null, "isDeprecated": false, "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FormChangeOperationFilter", + "description": "A filter to be used against FormChangeOperation fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + } + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FormChangePatch", + "description": "Represents an update to a `FormChange`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "changeStatus", + "description": "The change status of this form change, foreign key to cif.change_status.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formDataRecordId", + "description": "The id of the record on which this form change applies", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formDataSchemaName", + "description": "The schema on which this form change applies", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formDataTableName", + "description": "The table on which this form change applies", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "jsonSchemaName", + "description": "The name of the JSON schema to use for validation of this form data", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "newFormData", + "description": "Unique ID for the form_change", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operation", + "description": "The operation this form change describes: create, update or archive", + "type": { + "kind": "ENUM", + "name": "FormChangeOperation", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "previousFormChangeId", + "description": "The id of the form_change record that preceded this one", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectRevisionId", + "description": "The project revision this change might be associated with (if known)", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "validationErrors", + "description": "The validation errors computed for this record's new_form_data and the json_schema_name schema", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangeProjectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionIdManyToManyConnection", + "description": "A connection to a list of `ProjectRevision` values, with data from `FormChange`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ProjectRevision`, info from the `FormChange`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangeProjectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `ProjectRevision` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ProjectRevision` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangeProjectRevisionsByFormChangePreviousFormChangeIdAndProjectRevisionIdManyToManyEdge", + "description": "A `ProjectRevision` edge in the connection, with data from `FormChange`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByProjectRevisionId", + "description": "Reads and enables pagination through a set of `FormChange`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FormChange`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectRevision` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FormChangeToManyFormChangeFilter", + "description": "A filter to be used against many `FormChange` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangesConnection", + "description": "A connection to a list of `FormChange` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `FormChange` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangesEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `FormChange` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `FormChange` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FormChangesEdge", + "description": "A `FormChange` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `FormChange` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "description": "Methods to use when ordering `FormChange`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CHANGE_STATUS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ACTIVE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ACTIVE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__TRIGGERS_COMMIT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__TRIGGERS_COMMIT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -110298,331 +112349,487 @@ "deprecationReason": null }, { - "name": "HOLDBACK_PERCENTAGE_ASC", + "name": "FORM_CHANGES_BY_PREVIOUS_FORM_CHANGE_ID__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "HOLDBACK_PERCENTAGE_DESC", + "name": "FORM_CHANGES_BY_PREVIOUS_FORM_CHANGE_ID__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CHANGE_STATUS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CHANGE_STATUS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "MAX_FUNDING_AMOUNT_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "MAX_FUNDING_AMOUNT_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_RECORD_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_RECORD_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_SCHEMA_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_SCHEMA_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_TABLE_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__FORM_DATA_TABLE_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__COMMENTS_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__COMMENTS_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__JSON_SCHEMA_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__JSON_SCHEMA_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__NEW_FORM_DATA_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__NEW_FORM_DATA_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__OPERATION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__OPERATION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__PREVIOUS_FORM_CHANGE_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ID_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__PREVIOUS_FORM_CHANGE_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ID_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__PROJECT_REVISION_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__PROJECT_REVISION_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__VALIDATION_ERRORS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", + "name": "FORM_CHANGE_BY_PREVIOUS_FORM_CHANGE_ID__VALIDATION_ERRORS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC", + "name": "FORM_DATA_RECORD_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", + "name": "FORM_DATA_RECORD_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC", + "name": "FORM_DATA_SCHEMA_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SUMMARY_ASC", + "name": "FORM_DATA_SCHEMA_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SUMMARY_DESC", + "name": "FORM_DATA_TABLE_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_ASC", + "name": "FORM_DATA_TABLE_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_DESC", + "name": "ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_ASC", + "name": "ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_DESC", + "name": "JSON_SCHEMA_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_ASC", + "name": "JSON_SCHEMA_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_DESC", + "name": "NATURAL", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_ID_ASC", + "name": "NEW_FORM_DATA_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_ID_DESC", + "name": "NEW_FORM_DATA_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROVINCE_SHARE_PERCENTAGE_ASC", + "name": "OPERATION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROVINCE_SHARE_PERCENTAGE_DESC", + "name": "OPERATION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TOTAL_PROJECT_VALUE_ASC", + "name": "PREVIOUS_FORM_CHANGE_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TOTAL_PROJECT_VALUE_DESC", + "name": "PREVIOUS_FORM_CHANGE_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", + "name": "PRIMARY_KEY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", + "name": "PRIMARY_KEY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CHANGE_REASON_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CHANGE_REASON_DESC", "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStream", - "description": "Table containing information about a CIF funding_stream", - "fields": [ + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CHANGE_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CHANGE_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__IS_FIRST_REVISION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__IS_FIRST_REVISION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_BY_PROJECT_REVISION_ID__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_REVISION_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VALIDATION_ERRORS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VALIDATION_ERRORS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingParameter", + "description": "Table containing funding agreement data", + "fields": [ + { + "name": "anticipatedFundingAmount", + "description": "Total anticipated funding amount inserted by CIF users", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "archivedAt", "description": "archived at timestamp", @@ -110649,7 +112856,7 @@ }, { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", "args": [], "type": { "kind": "OBJECT", @@ -110661,7 +112868,7 @@ }, { "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", "args": [], "type": { "kind": "OBJECT", @@ -110673,7 +112880,7 @@ }, { "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "description": "Reads a single `CifUser` that is related to this `FundingParameter`.", "args": [], "type": { "kind": "OBJECT", @@ -110684,114 +112891,15 @@ "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpFundingStreamIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "createdAt", + "description": "created at timestamp", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndArchivedByManyToManyConnection", + "kind": "SCALAR", + "name": "Datetime", "ofType": null } }, @@ -110799,245 +112907,39 @@ "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpFundingStreamIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "createdBy", + "description": "created by user id", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndCreatedByManyToManyConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpFundingStreamIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "holdbackPercentage", + "description": "The designated holdback percentage for each payment. CIF holds back this designated holdback percentage from each payment, and the cumulated holdback amount is the total possible value of the final (performance) milestone payment. The proponent is paid a portion of this possible total based on their project emission intensity performance relative to the target emission intensity", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndUpdatedByManyToManyConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "ID", "ofType": null } }, @@ -111045,142 +112947,39 @@ "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "maxFundingAmount", + "description": "Maximum funding amount for this project", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "BigFloat", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": "Description of the funding_stream", + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `FundingParameter`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "Project", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpsByFundingStreamId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "projectId", + "description": "The related project for this data", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -111188,31 +112987,27 @@ "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "provinceSharePercentage", + "description": "The percent of the total funding for a project that the Province is providing", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Shortname of the funding stream program", + "name": "rowId", + "description": "Unique ID for the funding agreement data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -111220,17 +113015,13 @@ "deprecationReason": null }, { - "name": "rowId", - "description": "Unique ID for the funding_stream", + "name": "totalProjectValue", + "description": "Total project value", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -111276,840 +113067,179 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "FundingParameterCondition", + "description": "A condition to be used against `FundingParameter` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", - "args": [], + "name": "anticipatedFundingAmount", + "description": "Checks for equality with the object’s `anticipatedFundingAmount` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "fundingStreamRfpsByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "holdbackPercentage", + "description": "Checks for equality with the object’s `holdbackPercentage` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "maxFundingAmount", + "description": "Checks for equality with the object’s `maxFundingAmount` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "provinceSharePercentage", + "description": "Checks for equality with the object’s `provinceSharePercentage` field.", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "totalProjectValue", + "description": "Checks for equality with the object’s `totalProjectValue` field.", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "description": "A filter to be used against `FundingParameter` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", - "args": [], + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndCreatedByManyToManyEdge", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "anticipatedFundingAmount", + "description": "Filter by the object’s `anticipatedFundingAmount` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpsByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpsByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", - "description": "A condition to be used against `FundingStream` object types. All fields are\ntested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "description", - "description": "Checks for equality with the object’s `description` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "name", - "description": "Checks for equality with the object’s `name` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", - "description": "A filter to be used against `FundingStream` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", - "ofType": null - } - } - }, - "defaultValue": null }, { "name": "archivedAt", @@ -112212,41 +113342,21 @@ "defaultValue": null }, { - "name": "description", - "description": "Filter by the object’s `description` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpsByFundingStreamId", - "description": "Filter by the object’s `fundingStreamRfpsByFundingStreamId` relation.", + "name": "holdbackPercentage", + "description": "Filter by the object’s `holdbackPercentage` field.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamToManyFundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpsByFundingStreamIdExist", - "description": "Some related `fundingStreamRfpsByFundingStreamId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", + "name": "BigFloatFilter", "ofType": null }, "defaultValue": null }, { - "name": "name", - "description": "Filter by the object’s `name` field.", + "name": "maxFundingAmount", + "description": "Filter by the object’s `maxFundingAmount` field.", "type": { "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "BigFloatFilter", "ofType": null }, "defaultValue": null @@ -112256,7 +113366,7 @@ "description": "Negates the expression.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -112272,13 +113382,43 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "FundingParameterFilter", "ofType": null } } }, "defaultValue": null }, + { + "name": "projectByProjectId", + "description": "Filter by the object’s `projectByProjectId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectId", + "description": "Filter by the object’s `projectId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "provinceSharePercentage", + "description": "Filter by the object’s `provinceSharePercentage` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null + }, { "name": "rowId", "description": "Filter by the object’s `rowId` field.", @@ -112289,6 +113429,16 @@ }, "defaultValue": null }, + { + "name": "totalProjectValue", + "description": "Filter by the object’s `totalProjectValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null + }, { "name": "updatedAt", "description": "Filter by the object’s `updatedAt` field.", @@ -112316,10 +113466,20 @@ }, { "kind": "INPUT_OBJECT", - "name": "FundingStreamInput", - "description": "An input for mutations affecting `FundingStream`", + "name": "FundingParameterInput", + "description": "An input for mutations affecting `FundingParameter`", "fields": null, "inputFields": [ + { + "name": "anticipatedFundingAmount", + "description": "Total anticipated funding amount inserted by CIF users", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, { "name": "archivedAt", "description": "archived at timestamp", @@ -112361,33 +113521,59 @@ "defaultValue": null }, { - "name": "description", - "description": "Description of the funding_stream", + "name": "holdbackPercentage", + "description": "The designated holdback percentage for each payment. CIF holds back this designated holdback percentage from each payment, and the cumulated holdback amount is the total possible value of the final (performance) milestone payment. The proponent is paid a portion of this possible total based on their project emission intensity performance relative to the target emission intensity", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null }, "defaultValue": null }, { - "name": "name", - "description": "Shortname of the funding stream program", + "name": "maxFundingAmount", + "description": "Maximum funding amount for this project", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectId", + "description": "The related project for this data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, "defaultValue": null }, + { + "name": "provinceSharePercentage", + "description": "The percent of the total funding for a project that the Province is providing", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "totalProjectValue", + "description": "Total project value", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, { "name": "updatedAt", "description": "updated at timestamp", @@ -112415,10 +113601,20 @@ }, { "kind": "INPUT_OBJECT", - "name": "FundingStreamPatch", - "description": "Represents an update to a `FundingStream`. Fields that are set will be updated.", + "name": "FundingParameterPatch", + "description": "Represents an update to a `FundingParameter`. Fields that are set will be updated.", "fields": null, "inputFields": [ + { + "name": "anticipatedFundingAmount", + "description": "Total anticipated funding amount inserted by CIF users", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, { "name": "archivedAt", "description": "archived at timestamp", @@ -112460,21 +113656,51 @@ "defaultValue": null }, { - "name": "description", - "description": "Description of the funding_stream", + "name": "holdbackPercentage", + "description": "The designated holdback percentage for each payment. CIF holds back this designated holdback percentage from each payment, and the cumulated holdback amount is the total possible value of the final (performance) milestone payment. The proponent is paid a portion of this possible total based on their project emission intensity performance relative to the target emission intensity", "type": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { - "name": "name", - "description": "Shortname of the funding stream program", + "name": "maxFundingAmount", + "description": "Maximum funding amount for this project", "type": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectId", + "description": "The related project for this data", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "provinceSharePercentage", + "description": "The percent of the total funding for a project that the Province is providing", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "totalProjectValue", + "description": "Total project value", + "type": { + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, "defaultValue": null @@ -112506,301 +113732,1002 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfp", - "description": "Table containing information about a CIF funding_stream_rfp", + "name": "FundingParametersConnection", + "description": "A connection to a list of `FundingParameter` values.", "fields": [ { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "edges", + "description": "A list of edges which contains the `FundingParameter` and cursor to aid in pagination.", "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingParametersEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "nodes", + "description": "A list of `FundingParameter` objects.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingParameter", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "name": "totalCount", + "description": "The count of *all* `FundingParameter` you could get from the connection.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingParametersEdge", + "description": "A `FundingParameter` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", + "name": "node", + "description": "The `FundingParameter` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "FundingParameter", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "FundingParametersOrderBy", + "description": "Methods to use when ordering `FundingParameter`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ANTICIPATED_FUNDING_AMOUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedByManyToManyConnection", - "ofType": null - } - }, + "name": "ANTICIPATED_FUNDING_AMOUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HOLDBACK_PERCENTAGE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HOLDBACK_PERCENTAGE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_FUNDING_AMOUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_FUNDING_AMOUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__COMMENTS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__COMMENTS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SCORE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SCORE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SUMMARY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SUMMARY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROVINCE_SHARE_PERCENTAGE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROVINCE_SHARE_PERCENTAGE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TOTAL_PROJECT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TOTAL_PROJECT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStream", + "description": "Table containing information about a CIF funding_stream", + "fields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedByManyToManyConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedBy", + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStream`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByFundingStreamRfpFundingStreamIdAndArchivedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -112907,7 +114834,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedByManyToManyConnection", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndArchivedByManyToManyConnection", "ofType": null } }, @@ -112915,7 +114842,7 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectFundingStreamRfpIdAndArchivedBy", + "name": "cifUsersByFundingStreamRfpFundingStreamIdAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -113022,7 +114949,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndArchivedByManyToManyConnection", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndCreatedByManyToManyConnection", "ofType": null } }, @@ -113030,7 +114957,7 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectFundingStreamRfpIdAndCreatedBy", + "name": "cifUsersByFundingStreamRfpFundingStreamIdAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -113137,7 +115064,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndCreatedByManyToManyConnection", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -113145,8 +115072,52 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectFundingStreamRfpIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "Description of the funding_stream", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpsByFundingStreamId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -113173,7 +115144,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -113183,7 +115154,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -113206,7 +115177,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -113230,7 +115201,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -113239,7 +115210,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -113252,7 +115223,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndUpdatedByManyToManyConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -113260,15 +115231,15 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "ID", "ofType": null } }, @@ -113276,763 +115247,33 @@ "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "name", + "description": "Shortname of the funding stream program", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamByFundingStreamId", - "description": "Reads a single `FundingStream` that is related to this `FundingStreamRfp`.", + "name": "rowId", + "description": "Unique ID for the funding_stream", "args": [], "type": { - "kind": "OBJECT", - "name": "FundingStream", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamId", - "description": "The id of the funding_stream (cif.funding_stream.id) this rfp year is associated with", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "operatorsByProjectFundingStreamRfpIdAndOperatorId", - "description": "Reads and enables pagination through a set of `Operator`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Operator`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OperatorsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpOperatorsByProjectFundingStreamRfpIdAndOperatorIdManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusIdManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectStatusesByProjectFundingStreamRfpIdAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rowId", - "description": "Unique ID for the funding_stream_rfp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sectorsByProjectFundingStreamRfpIdAndSectorName", - "description": "Reads and enables pagination through a set of `Sector`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "SectorCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Sector`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SectorsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyConnection", - "ofType": null - } + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -114064,22 +115305,6 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "year", - "description": "The year this funding stream rfp is associated with", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -114095,12 +115320,12 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -114113,7 +115338,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedByManyToManyEdge", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndArchivedByManyToManyEdge", "ofType": null } } @@ -114182,8 +115407,8 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -114198,8 +115423,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingStreamRfpsByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -114226,7 +115451,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -114236,7 +115461,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -114283,7 +115508,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -114292,7 +115517,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -114305,7 +115530,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -114332,12 +115557,12 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -114350,7 +115575,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedByManyToManyEdge", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndCreatedByManyToManyEdge", "ofType": null } } @@ -114419,8 +115644,8 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -114435,8 +115660,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingStreamRfpsByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -114463,7 +115688,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -114473,7 +115698,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -114520,7 +115745,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -114529,7 +115754,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -114542,7 +115767,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -114569,12 +115794,12 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfp`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfp`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -114587,7 +115812,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedByManyToManyEdge", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndUpdatedByManyToManyEdge", "ofType": null } } @@ -114656,8 +115881,8 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "name": "FundingStreamCifUsersByFundingStreamRfpFundingStreamIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfp`.", "fields": [ { "name": "cursor", @@ -114672,8 +115897,8 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "fundingStreamRfpsByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -114700,7 +115925,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -114710,7 +115935,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -114757,7 +115982,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -114766,7 +115991,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -114779,7 +116004,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingStreamRfpsConnection", "ofType": null } }, @@ -114805,850 +116030,139 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "FundingStreamCondition", + "description": "A condition to be used against `FundingStream` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Checks for equality with the object’s `name` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "FundingStreamFilter", + "description": "A filter to be used against `FundingStream` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamFilter", + "ofType": null + } + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByArchivedBy", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByCreatedBy", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", - "description": "A condition to be used against `FundingStreamRfp` object types. All fields are\ntested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamId", - "description": "Checks for equality with the object’s `fundingStreamId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "year", - "description": "Checks for equality with the object’s `year` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "description": "A filter to be used against `FundingStreamRfp` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "defaultValue": null }, { "name": "archivedBy", @@ -115741,41 +116255,41 @@ "defaultValue": null }, { - "name": "fundingStreamByFundingStreamId", - "description": "Filter by the object’s `fundingStreamByFundingStreamId` relation.", + "name": "description", + "description": "Filter by the object’s `description` field.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "StringFilter", "ofType": null }, "defaultValue": null }, { - "name": "fundingStreamId", - "description": "Filter by the object’s `fundingStreamId` field.", + "name": "fundingStreamRfpsByFundingStreamId", + "description": "Filter by the object’s `fundingStreamRfpsByFundingStreamId` relation.", "type": { "kind": "INPUT_OBJECT", - "name": "IntFilter", + "name": "FundingStreamToManyFundingStreamRfpFilter", "ofType": null }, "defaultValue": null }, { - "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", - "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByFundingStreamRfpId` relation.", + "name": "fundingStreamRfpsByFundingStreamIdExist", + "description": "Some related `fundingStreamRfpsByFundingStreamId` exist.", "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpToManyFundingStreamRfpProjectStatusFilter", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpIdExist", - "description": "Some related `fundingStreamRfpProjectStatusesByFundingStreamRfpId` exist.", + "name": "name", + "description": "Filter by the object’s `name` field.", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "StringFilter", "ofType": null }, "defaultValue": null @@ -115785,7 +116299,7 @@ "description": "Negates the expression.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -115801,33 +116315,13 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingStreamFilter", "ofType": null } } }, "defaultValue": null }, - { - "name": "projectsByFundingStreamRfpId", - "description": "Filter by the object’s `projectsByFundingStreamRfpId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpToManyProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsByFundingStreamRfpIdExist", - "description": "Some related `projectsByFundingStreamRfpId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, { "name": "rowId", "description": "Filter by the object’s `rowId` field.", @@ -115857,16 +116351,6 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "year", - "description": "Filter by the object’s `year` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null } ], "interfaces": null, @@ -115875,8 +116359,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpInput", - "description": "An input for mutations affecting `FundingStreamRfp`", + "name": "FundingStreamInput", + "description": "An input for mutations affecting `FundingStream`", "fields": null, "inputFields": [ { @@ -115920,14 +116404,28 @@ "defaultValue": null }, { - "name": "fundingStreamId", - "description": "The id of the funding_stream (cif.funding_stream.id) this rfp year is associated with", + "name": "description", + "description": "Description of the funding_stream", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Shortname of the funding stream program", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -115952,18 +116450,95 @@ "ofType": null }, "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FundingStreamPatch", + "description": "Represents an update to a `FundingStream`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "year", - "description": "The year this funding stream rfp is associated with", + "name": "createdAt", + "description": "created at timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Description of the funding_stream", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Shortname of the funding stream program", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null } @@ -115974,123 +116549,72 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpOperatorsByProjectFundingStreamRfpIdAndOperatorIdManyToManyConnection", - "description": "A connection to a list of `Operator` values, with data from `Project`.", + "name": "FundingStreamRfp", + "description": "Table containing information about a CIF funding_stream_rfp", "fields": [ { - "name": "edges", - "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", + "name": "archivedAt", + "description": "archived at timestamp", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpOperatorsByProjectFundingStreamRfpIdAndOperatorIdManyToManyEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `Operator` objects.", + "name": "archivedBy", + "description": "archived by user id", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Operator", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Operator` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpOperatorsByProjectFundingStreamRfpIdAndOperatorIdManyToManyEdge", - "description": "A `Operator` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Operator` at the end of the edge.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfp`.", "args": [], "type": { "kind": "OBJECT", - "name": "Operator", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByOperatorId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "cifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -116117,7 +116641,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -116127,7 +116651,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -116174,7 +116698,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -116183,7 +116707,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -116196,956 +116720,131 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpPatch", - "description": "Represents an update to a `FundingStreamRfp`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamId", - "description": "The id of the funding_stream (cif.funding_stream.id) this rfp year is associated with", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "year", - "description": "The year this funding stream rfp is associated with", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatus", - "description": "Defines which project states a funding_stream_rfp can be set to for a given year.", - "fields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "archivedBy", - "description": "archived by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdBy", - "description": "created by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpByFundingStreamRfpId", - "description": "Reads a single `FundingStreamRfp` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpId", - "description": "The id referencing the funding_stream_rfp table", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectStatusByProjectStatusId", - "description": "Reads a single `ProjectStatus` that is related to this `FundingStreamRfpProjectStatus`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectStatusId", - "description": "The id refrencing the project_status table", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rowId", - "description": "Primary key for funding_stream_rfp_project_status table", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", - "description": "A condition to be used against `FundingStreamRfpProjectStatus` object types. All\nfields are tested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpId", - "description": "Checks for equality with the object’s `fundingStreamRfpId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusId", - "description": "Checks for equality with the object’s `projectStatusId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "description": "A filter to be used against `FundingStreamRfpProjectStatus` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "name": "cifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "CifUserCondition", "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpByFundingStreamRfpId", - "description": "Filter by the object’s `fundingStreamRfpByFundingStreamRfpId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpId", - "description": "Filter by the object’s `fundingStreamRfpId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "CifUserFilter", "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "projectStatusByProjectStatusId", - "description": "Filter by the object’s `projectStatusByProjectStatusId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusId", - "description": "Filter by the object’s `projectStatusId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusInput", - "description": "An input for mutations affecting `FundingStreamRfpProjectStatus`", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpId", - "description": "The id referencing the funding_stream_rfp table", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "projectStatusId", - "description": "The id refrencing the project_status table", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusPatch", - "description": "Represents an update to a `FundingStreamRfpProjectStatus`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpId", - "description": "The id referencing the funding_stream_rfp table", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusId", - "description": "The id refrencing the project_status table", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusIdManyToManyEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `ProjectStatus` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByProjectStatusId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "cifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -117172,7 +116871,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -117182,7 +116881,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -117229,7 +116928,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -117238,7 +116937,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -117251,7 +116950,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -117259,82 +116958,344 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "cifUsersByProjectFundingStreamRfpIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyEdge", - "ofType": null - } - } + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndArchivedByManyToManyConnection", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `ProjectStatus` objects.", - "args": [], + "name": "cifUsersByProjectFundingStreamRfpIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - } + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndCreatedByManyToManyConnection", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "cifUsersByProjectFundingStreamRfpIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -117342,59 +117303,64 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "name": "createdAt", + "description": "created at timestamp", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "createdBy", + "description": "created by user id", "args": [], "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", + "name": "fundingStreamByFundingStreamId", + "description": "Reads a single `FundingStream` that is related to this `FundingStreamRfp`.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "FundingStream", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "fundingStreamId", + "description": "The id of the funding_stream (cif.funding_stream.id) this rfp year is associated with", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -117421,7 +117387,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -117431,7 +117397,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -117454,7 +117420,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -117478,7 +117444,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -117487,7 +117453,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -117500,78 +117466,368 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", - "description": "A connection to a list of `FundingStreamRfpProjectStatus` values.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfpProjectStatus` and cursor to aid in pagination.", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "operatorsByProjectFundingStreamRfpIdAndOperatorId", + "description": "Reads and enables pagination through a set of `Operator`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OperatorCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Operator`.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OperatorsOrderBy", + "ofType": null + } } - } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpOperatorsByProjectFundingStreamRfpIdAndOperatorIdManyToManyConnection", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `FundingStreamRfpProjectStatus` objects.", - "args": [], + "name": "projectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatus", - "ofType": null - } + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusIdManyToManyConnection", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "projectStatusesByProjectFundingStreamRfpIdAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -117579,819 +117835,430 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `FundingStreamRfpProjectStatus` you could get from the connection.", - "args": [], + "name": "projectTypesByProjectFundingStreamRfpIdAndProjectType", + "description": "Reads and enables pagination through a set of `ProjectType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "FundingStreamRfpProjectTypesByProjectFundingStreamRfpIdAndProjectTypeManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesEdge", - "description": "A `FundingStreamRfpProjectStatus` edge in the connection.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "projectsByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `FundingStreamRfpProjectStatus` at the end of the edge.", - "args": [], + "name": "rowId", + "description": "Unique ID for the funding_stream_rfp", + "args": [], "type": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatus", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", - "description": "Methods to use when ordering `FundingStreamRfpProjectStatus`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__FUNDING_STREAM_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__FUNDING_STREAM_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__YEAR_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__YEAR_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__DESCRIPTION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__DESCRIPTION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_STATUS_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "PROJECT_STATUS_ID_DESC", - "description": null, + "name": "sectorsByProjectFundingStreamRfpIdAndSectorName", + "description": "Reads and enables pagination through a set of `Sector`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Sector`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SectorsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", - "description": null, + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", - "description": null, + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", - "description": null, + "name": "year", + "description": "The year this funding stream rfp is associated with", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null } ], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyConnection", - "description": "A connection to a list of `Sector` values, with data from `Project`.", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -118404,7 +118271,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyEdge", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedByManyToManyEdge", "ofType": null } } @@ -118415,7 +118282,7 @@ }, { "name": "nodes", - "description": "A list of `Sector` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -118425,7 +118292,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Sector", + "name": "CifUser", "ofType": null } } @@ -118451,7 +118318,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Sector` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -118473,8 +118340,8 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyEdge", - "description": "A `Sector` edge in the connection, with data from `Project`.", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -118489,20 +118356,8 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `Sector` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Sector", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsBySectorName", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "fundingStreamRfpProjectStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -118529,7 +118384,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -118539,7 +118394,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -118586,7 +118441,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -118595,7 +118450,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -118608,12 +118463,24 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -118622,95 +118489,250 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpToManyFundingStreamRfpProjectStatusFilter", - "description": "A filter to be used against many `FundingStreamRfpProjectStatus` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ { - "name": "every", - "description": "Every related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpToManyProjectFilter", - "description": "A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ { - "name": "every", - "description": "Every related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "none", - "description": "No related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "fundingStreamRfpProjectStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", - "description": "A connection to a list of `FundingStreamRfp` values.", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp` and cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -118723,7 +118745,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpsEdge", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedByManyToManyEdge", "ofType": null } } @@ -118734,7 +118756,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -118744,7 +118766,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null } } @@ -118770,7 +118792,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -118792,8 +118814,8 @@ }, { "kind": "OBJECT", - "name": "FundingStreamRfpsEdge", - "description": "A `FundingStreamRfp` edge in the connection.", + "name": "FundingStreamRfpCifUsersByFundingStreamRfpProjectStatusFundingStreamRfpIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", "fields": [ { "name": "cursor", @@ -118807,13 +118829,128 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "fundingStreamRfpProjectStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "CifUser", "ofType": null }, "isDeprecated": false, @@ -118826,703 +118963,1165 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "description": "Methods to use when ordering `FundingStreamRfp`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ { - "name": "ARCHIVED_AT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "projectsByArchivedBy", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "projectsByCreatedBy", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpCifUsersByProjectFundingStreamRfpIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, + "name": "projectsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpCondition", + "description": "A condition to be used against `FundingStreamRfp` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "fundingStreamId", + "description": "Checks for equality with the object’s `fundingStreamId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "year", + "description": "Checks for equality with the object’s `year` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "description": "A filter to be used against `FundingStreamRfp` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + } + } + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__DESCRIPTION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__DESCRIPTION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "fundingStreamByFundingStreamId", + "description": "Filter by the object’s `fundingStreamByFundingStreamId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "fundingStreamId", + "description": "Filter by the object’s `fundingStreamId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", + "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByFundingStreamRfpId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpToManyFundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_FUNDING_STREAM_RFP_ID__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpIdExist", + "description": "Some related `fundingStreamRfpProjectStatusesByFundingStreamRfpId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_FUNDING_STREAM_RFP_ID__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + } + } + }, + "defaultValue": null }, { - "name": "ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectsByFundingStreamRfpId", + "description": "Filter by the object’s `projectsByFundingStreamRfpId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpToManyProjectFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectsByFundingStreamRfpIdExist", + "description": "Some related `projectsByFundingStreamRfpId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "PRIMARY_KEY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "PRIMARY_KEY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "PROJECTS_BY_FUNDING_STREAM_RFP_ID__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "PROJECTS_BY_FUNDING_STREAM_RFP_ID__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "year", + "description": "Filter by the object’s `year` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpInput", + "description": "An input for mutations affecting `FundingStreamRfp`", + "fields": null, + "inputFields": [ { - "name": "UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "YEAR_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "fundingStreamId", + "description": "The id of the funding_stream (cif.funding_stream.id) this rfp year is associated with", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "YEAR_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "FundingStreamToManyFundingStreamRfpFilter", - "description": "A filter to be used against many `FundingStreamRfp` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "updatedAt", + "description": "updated at timestamp", "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "none", - "description": "No related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "updatedBy", + "description": "updated by user id", "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "some", - "description": "Some related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", + "name": "year", + "description": "The year this funding stream rfp is associated with", "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "defaultValue": null } @@ -119533,12 +120132,12 @@ }, { "kind": "OBJECT", - "name": "FundingStreamsConnection", - "description": "A connection to a list of `FundingStream` values.", + "name": "FundingStreamRfpOperatorsByProjectFundingStreamRfpIdAndOperatorIdManyToManyConnection", + "description": "A connection to a list of `Operator` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStream` and cursor to aid in pagination.", + "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -119551,7 +120150,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamsEdge", + "name": "FundingStreamRfpOperatorsByProjectFundingStreamRfpIdAndOperatorIdManyToManyEdge", "ofType": null } } @@ -119562,7 +120161,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStream` objects.", + "description": "A list of `Operator` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -119572,7 +120171,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStream", + "name": "Operator", "ofType": null } } @@ -119598,7 +120197,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStream` you could get from the connection.", + "description": "The count of *all* `Operator` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -119620,8 +120219,8 @@ }, { "kind": "OBJECT", - "name": "FundingStreamsEdge", - "description": "A `FundingStream` edge in the connection.", + "name": "FundingStreamRfpOperatorsByProjectFundingStreamRfpIdAndOperatorIdManyToManyEdge", + "description": "A `Operator` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -119637,15 +120236,130 @@ }, { "name": "node", - "description": "The `FundingStream` at the end of the edge.", + "description": "The `Operator` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStream", + "name": "Operator", "ofType": null }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "projectsByOperatorId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -119654,645 +120368,300 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "FundingStreamsOrderBy", - "description": "Methods to use when ordering `FundingStream`.", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpPatch", + "description": "Represents an update to a `FundingStreamRfp`. Fields that are set will be updated.", "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "inputFields": [ { - "name": "ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "fundingStreamId", + "description": "The id of the funding_stream (cif.funding_stream.id) this rfp year is associated with", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "DESCRIPTION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "DESCRIPTION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "FUNDING_STREAM_RFPS_BY_FUNDING_STREAM_ID__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "year", + "description": "The year this funding stream rfp is associated with", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatus", + "description": "Defines which project states a funding_stream_rfp can be set to for a given year.", + "fields": [ { - "name": "FUNDING_STREAM_RFPS_BY_FUNDING_STREAM_ID__COUNT_DESC", - "description": null, + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", - "description": null, + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", - "description": null, + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "NAME_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "NAME_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", - "description": null, + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", - "description": null, + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", - "description": null, + "name": "fundingStreamRfpByFundingStreamRfpId", + "description": "Reads a single `FundingStreamRfp` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", - "description": null, + "name": "fundingStreamRfpId", + "description": "The id referencing the funding_stream_rfp table", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", - "description": null, + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", - "description": null, + "name": "projectStatusByProjectStatusId", + "description": "Reads a single `ProjectStatus` that is related to this `FundingStreamRfpProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "GetFormStatusConnection", - "description": "A connection to a list of `String` values.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `String` and cursor to aid in pagination.", + "name": "projectStatusId", + "description": "The id refrencing the project_status table", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "GetFormStatusEdge", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `String` objects.", + "name": "rowId", + "description": "Primary key for funding_stream_rfp_project_status table", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `String` you could get from the connection.", + "name": "updatedAt", + "description": "updated at timestamp", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "GetFormStatusEdge", - "description": "A `String` edge in the connection.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", - "description": "The `String` at the end of the edge.", + "name": "updatedBy", + "description": "updated by user id", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -120300,84 +120669,35 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "ID", - "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "description": "Indicates whether archived items should be included in the results or not.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "EXCLUSIVELY", - "description": "Only include archived items (i.e. exclude non-archived items).", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INHERIT", - "description": "If there is a parent GraphQL record and it is archived then this is equivalent to YES, in all other cases this is equivalent to NO.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NO", - "description": "Exclude archived items.", - "isDeprecated": false, - "deprecationReason": null - }, + "interfaces": [ { - "name": "YES", - "description": "Include archived items.", - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null } ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", - "fields": null, - "inputFields": null, - "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "IntFilter", - "description": "A filter to be used against Int fields. All fields are combined with a logical ‘and.’", + "name": "FundingStreamRfpProjectStatusCondition", + "description": "A condition to be used against `FundingStreamRfpProjectStatus` object types. All\nfields are tested for equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "distinctFrom", - "description": "Not equal to the specified value, treating null like an ordinary value.", + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "equalTo", - "description": "Equal to the specified value.", + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -120386,18 +120706,18 @@ "defaultValue": null }, { - "name": "greaterThan", - "description": "Greater than the specified value.", + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "greaterThanOrEqualTo", - "description": "Greater than or equal to the specified value.", + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -120406,36 +120726,18 @@ "defaultValue": null }, { - "name": "in", - "description": "Included in the specified list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "isNull", - "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "name": "fundingStreamRfpId", + "description": "Checks for equality with the object’s `fundingStreamRfpId` field.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "lessThan", - "description": "Less than the specified value.", + "name": "projectStatusId", + "description": "Checks for equality with the object’s `projectStatusId` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -120444,8 +120746,8 @@ "defaultValue": null }, { - "name": "lessThanOrEqualTo", - "description": "Less than or equal to the specified value.", + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -120454,87 +120756,39 @@ "defaultValue": null }, { - "name": "notDistinctFrom", - "description": "Equal to the specified value, treating null like an ordinary value.", + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "notEqualTo", - "description": "Not equal to the specified value.", + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null - }, - { - "name": "notIn", - "description": "Not included in the specified list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, - { - "kind": "SCALAR", - "name": "JSON", - "description": "A JavaScript object encoded in the JSON format as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "INPUT_OBJECT", - "name": "JSONFilter", - "description": "A filter to be used against JSON fields. All fields are combined with a logical ‘and.’", + "name": "FundingStreamRfpProjectStatusFilter", + "description": "A filter to be used against `FundingStreamRfpProjectStatus` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { - "name": "containedBy", - "description": "Contained by the specified JSON.", - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contains", - "description": "Contains the specified JSON.", - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "containsAllKeys", - "description": "Contains all of the specified keys.", + "name": "and", + "description": "Checks for all expressions in this list.", "type": { "kind": "LIST", "name": null, @@ -120542,8 +120796,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null } } @@ -120551,94 +120805,78 @@ "defaultValue": null }, { - "name": "containsAnyKeys", - "description": "Contains any of the specified keys.", + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null }, "defaultValue": null }, { - "name": "containsKey", - "description": "Contains the specified key.", + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, "defaultValue": null }, { - "name": "distinctFrom", - "description": "Not equal to the specified value, treating null like an ordinary value.", + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null }, { - "name": "equalTo", - "description": "Equal to the specified value.", + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", "type": { "kind": "SCALAR", - "name": "JSON", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "greaterThan", - "description": "Greater than the specified value.", + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null }, { - "name": "greaterThanOrEqualTo", - "description": "Greater than or equal to the specified value.", + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", "type": { "kind": "SCALAR", - "name": "JSON", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "in", - "description": "Included in the specified list.", + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null }, "defaultValue": null }, { - "name": "isNull", - "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -120647,48 +120885,58 @@ "defaultValue": null }, { - "name": "lessThan", - "description": "Less than the specified value.", + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", "ofType": null }, "defaultValue": null }, { - "name": "lessThanOrEqualTo", - "description": "Less than or equal to the specified value.", + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, "defaultValue": null }, { - "name": "notDistinctFrom", - "description": "Equal to the specified value, treating null like an ordinary value.", + "name": "fundingStreamRfpByFundingStreamRfpId", + "description": "Filter by the object’s `fundingStreamRfpByFundingStreamRfpId` relation.", "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null }, { - "name": "notEqualTo", - "description": "Not equal to the specified value.", + "name": "fundingStreamRfpId", + "description": "Filter by the object’s `fundingStreamRfpId` field.", "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, "defaultValue": null }, { - "name": "notIn", - "description": "Not included in the specified list.", + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", "type": { "kind": "LIST", "name": null, @@ -120696,286 +120944,334 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "JSON", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null } } }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "KeycloakJwt", - "description": null, - "fields": [ + }, { - "name": "acr", - "description": null, - "args": [], + "name": "projectStatusByProjectStatusId", + "description": "Filter by the object’s `projectStatusByProjectStatusId` relation.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "aud", - "description": null, - "args": [], + "name": "projectStatusId", + "description": "Filter by the object’s `projectStatusId` field.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "authTime", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "azp", - "description": null, - "args": [], + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "brokerSessionId", - "description": null, - "args": [], + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusInput", + "description": "An input for mutations affecting `FundingStreamRfpProjectStatus`", + "fields": null, + "inputFields": [ { - "name": "cifUserBySub", - "description": "Reads a single `CifUser` that is related to this `KeycloakJwt`.", - "args": [], + "name": "archivedAt", + "description": "archived at timestamp", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "email", - "description": null, - "args": [], + "name": "archivedBy", + "description": "archived by user id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "emailVerified", - "description": null, - "args": [], + "name": "createdAt", + "description": "created at timestamp", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "exp", - "description": null, - "args": [], + "name": "createdBy", + "description": "created by user id", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "familyName", - "description": null, - "args": [], + "name": "fundingStreamRfpId", + "description": "The id referencing the funding_stream_rfp table", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "givenName", - "description": null, - "args": [], + "name": "projectStatusId", + "description": "The id refrencing the project_status table", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "iat", - "description": null, - "args": [], + "name": "updatedBy", + "description": "updated by user id", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusPatch", + "description": "Represents an update to a `FundingStreamRfpProjectStatus`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "iss", - "description": null, - "args": [], + "name": "archivedBy", + "description": "archived by user id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "jti", - "description": null, - "args": [], + "name": "createdAt", + "description": "created at timestamp", "type": { "kind": "SCALAR", - "name": "UUID", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", - "description": null, - "args": [], + "name": "createdBy", + "description": "created by user id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nbf", - "description": null, - "args": [], + "name": "fundingStreamRfpId", + "description": "The id referencing the funding_stream_rfp table", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "preferredUsername", - "description": null, - "args": [], + "name": "projectStatusId", + "description": "The id refrencing the project_status table", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "priorityGroup", - "description": null, - "args": [], + "name": "updatedAt", + "description": "updated at timestamp", "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "sessionState", - "description": null, - "args": [], + "name": "updatedBy", + "description": "updated by user id", "type": { "kind": "SCALAR", - "name": "UUID", + "name": "Int", "ofType": null }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ProjectStatus`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sub", - "description": null, + "name": "nodes", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { - "kind": "SCALAR", - "name": "UUID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "typ", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "userGroups", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -120989,320 +121285,385 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "KeycloakJwtFilter", - "description": "A filter to be used against `KeycloakJwt` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesByFundingStreamRfpProjectStatusFundingStreamRfpIdAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ { - "name": "acr", - "description": "Filter by the object’s `acr` field.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "name": "fundingStreamRfpProjectStatusesByProjectStatusId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { "kind": "INPUT_OBJECT", - "name": "KeycloakJwtFilter", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null - } + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } - }, - "defaultValue": null - }, - { - "name": "aud", - "description": "Filter by the object’s `aud` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "authTime", - "description": "Filter by the object’s `authTime` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "azp", - "description": "Filter by the object’s `azp` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "brokerSessionId", - "description": "Filter by the object’s `brokerSessionId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserBySub", - "description": "Filter by the object’s `cifUserBySub` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserBySubExists", - "description": "A related `cifUserBySub` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "email", - "description": "Filter by the object’s `email` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "emailVerified", - "description": "Filter by the object’s `emailVerified` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "BooleanFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "exp", - "description": "Filter by the object’s `exp` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "familyName", - "description": "Filter by the object’s `familyName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "givenName", - "description": "Filter by the object’s `givenName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "iat", - "description": "Filter by the object’s `iat` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "iss", - "description": "Filter by the object’s `iss` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "jti", - "description": "Filter by the object’s `jti` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "UUIDFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "name", - "description": "Filter by the object’s `name` field.", + ], "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "nbf", - "description": "Filter by the object’s `nbf` field.", + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "ProjectStatus", "ofType": null }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", + "fields": [ { - "name": "not", - "description": "Negates the expression.", + "name": "edges", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "KeycloakJwtFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyEdge", + "ofType": null + } + } + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", + "name": "nodes", + "description": "A list of `ProjectStatus` objects.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "KeycloakJwtFilter", + "kind": "OBJECT", + "name": "ProjectStatus", "ofType": null } } }, - "defaultValue": null - }, - { - "name": "preferredUsername", - "description": "Filter by the object’s `preferredUsername` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "priorityGroup", - "description": "Filter by the object’s `priorityGroup` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sessionState", - "description": "Filter by the object’s `sessionState` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "UUIDFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sub", - "description": "Filter by the object’s `sub` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "UUIDFilter", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "typ", - "description": "Filter by the object’s `typ` field.", + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "userGroups", - "description": "Filter by the object’s `userGroups` field.", + "name": "totalCount", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "StringListFilter", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ManagerFormChangesByLabelCompositeReturn", - "description": "A composite return type for the project_revision_project_manager_form_changes_by_label computed column. Returns a record for each active label and the last related form_change if it exists.", + "name": "FundingStreamRfpProjectStatusesByProjectFundingStreamRfpIdAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", "fields": [ { - "name": "formChange", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "FormChange", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerLabel", - "description": null, + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectManagerLabel", + "name": "ProjectStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "projectsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -121312,12 +121673,12 @@ }, { "kind": "OBJECT", - "name": "ManagerFormChangesByLabelCompositeReturnsConnection", - "description": "A connection to a list of `ManagerFormChangesByLabelCompositeReturn` values.", + "name": "FundingStreamRfpProjectStatusesConnection", + "description": "A connection to a list of `FundingStreamRfpProjectStatus` values.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ManagerFormChangesByLabelCompositeReturn` and cursor to aid in pagination.", + "description": "A list of edges which contains the `FundingStreamRfpProjectStatus` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -121330,7 +121691,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ManagerFormChangesByLabelCompositeReturnsEdge", + "name": "FundingStreamRfpProjectStatusesEdge", "ofType": null } } @@ -121341,7 +121702,7 @@ }, { "name": "nodes", - "description": "A list of `ManagerFormChangesByLabelCompositeReturn` objects.", + "description": "A list of `FundingStreamRfpProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -121351,7 +121712,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ManagerFormChangesByLabelCompositeReturn", + "name": "FundingStreamRfpProjectStatus", "ofType": null } } @@ -121377,7 +121738,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ManagerFormChangesByLabelCompositeReturn` you could get from the connection.", + "description": "The count of *all* `FundingStreamRfpProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -121399,8 +121760,8 @@ }, { "kind": "OBJECT", - "name": "ManagerFormChangesByLabelCompositeReturnsEdge", - "description": "A `ManagerFormChangesByLabelCompositeReturn` edge in the connection.", + "name": "FundingStreamRfpProjectStatusesEdge", + "description": "A `FundingStreamRfpProjectStatus` edge in the connection.", "fields": [ { "name": "cursor", @@ -121416,11 +121777,11 @@ }, { "name": "node", - "description": "The `ManagerFormChangesByLabelCompositeReturn` at the end of the edge.", + "description": "The `FundingStreamRfpProjectStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ManagerFormChangesByLabelCompositeReturn", + "name": "FundingStreamRfpProjectStatus", "ofType": null }, "isDeprecated": false, @@ -121433,1086 +121794,762 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "MilestoneReport", - "description": "Table containing information about a CIF milestone_report", - "fields": [ + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "description": "Methods to use when ordering `FundingStreamRfpProjectStatus`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "archivedAt", - "description": "archived at timestamp", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, + "name": "ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "certifiedBy", - "description": "The name of the person who certified the completion of the milestone", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "certifierProfessionalDesignation", - "description": "The professional designation of the person who certified the completion of the milestone", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "maximumAmount", - "description": "The maximum amount in dollars that can be applied to this milestone", - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Reads a single `ReportingRequirement` that is related to this `MilestoneReport`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ReportingRequirement", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Foreign key to the reporting_requirement_table", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "rowId", - "description": "Unique ID for the milestone_report", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "substantialCompletionDate", - "description": " The date where the work should be finished by. It can be automatically calculated based upon the type of milestone or manually overridden.\n Automatic calculations are as follows:\n - 30 days before report due date for general milestones\n", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalEligibleExpenses", - "description": "The total amount of expenses in dollars applied to this milestone", - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", - "description": "A condition to be used against `MilestoneReport` object types. All fields are\ntested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "certifiedBy", - "description": "Checks for equality with the object’s `certifiedBy` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "certifierProfessionalDesignation", - "description": "Checks for equality with the object’s `certifierProfessionalDesignation` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maximumAmount", - "description": "Checks for equality with the object’s `maximumAmount` field.", - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Checks for equality with the object’s `reportingRequirementId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "substantialCompletionDate", - "description": "Checks for equality with the object’s `substantialCompletionDate` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalEligibleExpenses", - "description": "Checks for equality with the object’s `totalEligibleExpenses` field.", - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", - "description": "A filter to be used against `MilestoneReport` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "certifiedBy", - "description": "Filter by the object’s `certifiedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "certifierProfessionalDesignation", - "description": "Filter by the object’s `certifierProfessionalDesignation` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maximumAmount", - "description": "Filter by the object’s `maximumAmount` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Filter by the object’s `reportingRequirementByReportingRequirementId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Filter by the object’s `reportingRequirementId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "substantialCompletionDate", - "description": "Filter by the object’s `substantialCompletionDate` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalEligibleExpenses", - "description": "Filter by the object’s `totalEligibleExpenses` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportInput", - "description": "An input for mutations affecting `MilestoneReport`", - "fields": null, - "inputFields": [ + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "certifiedBy", - "description": "The name of the person who certified the completion of the milestone", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "certifierProfessionalDesignation", - "description": "The professional designation of the person who certified the completion of the milestone", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maximumAmount", - "description": "The maximum amount in dollars that can be applied to this milestone", - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Foreign key to the reporting_requirement_table", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "substantialCompletionDate", - "description": " The date where the work should be finished by. It can be automatically calculated based upon the type of milestone or manually overridden.\n Automatic calculations are as follows:\n - 30 days before report due date for general milestones\n", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalEligibleExpenses", - "description": "The total amount of expenses in dollars applied to this milestone", - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportPatch", - "description": "Represents an update to a `MilestoneReport`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "certifiedBy", - "description": "The name of the person who certified the completion of the milestone", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "certifierProfessionalDesignation", - "description": "The professional designation of the person who certified the completion of the milestone", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "maximumAmount", - "description": "The maximum amount in dollars that can be applied to this milestone", - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Foreign key to the reporting_requirement_table", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "substantialCompletionDate", - "description": " The date where the work should be finished by. It can be automatically calculated based upon the type of milestone or manually overridden.\n Automatic calculations are as follows:\n - 30 days before report due date for general milestones\n", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalEligibleExpenses", - "description": "The total amount of expenses in dollars applied to this milestone", - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MilestoneReportStatusReturn", - "description": null, - "fields": [ + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "formCompletionStatus", + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__CREATED_AT_DESC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "milestoneIndex", + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__CREATED_BY_ASC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportDueDate", + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__CREATED_BY_DESC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "submittedDate", + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__FUNDING_STREAM_ID_ASC", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportStatusReturnFilter", - "description": "A filter to be used against `MilestoneReportStatusReturn` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + }, { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportStatusReturnFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__FUNDING_STREAM_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formCompletionStatus", - "description": "Filter by the object’s `formCompletionStatus` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "milestoneIndex", - "description": "Filter by the object’s `milestoneIndex` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportStatusReturnFilter", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportStatusReturnFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportDueDate", - "description": "Filter by the object’s `reportDueDate` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "submittedDate", - "description": "Filter by the object’s `submittedDate` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__YEAR_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FUNDING_STREAM_RFP_BY_FUNDING_STREAM_RFP_ID__YEAR_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FUNDING_STREAM_RFP_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FUNDING_STREAM_RFP_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_BY_PROJECT_STATUS_ID__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_STATUS_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "MilestoneReportStatusReturnsConnection", - "description": "A connection to a list of `MilestoneReportStatusReturn` values.", + "name": "FundingStreamRfpProjectTypesByProjectFundingStreamRfpIdAndProjectTypeManyToManyConnection", + "description": "A connection to a list of `ProjectType` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `MilestoneReportStatusReturn` and cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -122525,7 +122562,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportStatusReturnsEdge", + "name": "FundingStreamRfpProjectTypesByProjectFundingStreamRfpIdAndProjectTypeManyToManyEdge", "ofType": null } } @@ -122536,7 +122573,7 @@ }, { "name": "nodes", - "description": "A list of `MilestoneReportStatusReturn` objects.", + "description": "A list of `ProjectType` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -122546,7 +122583,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportStatusReturn", + "name": "ProjectType", "ofType": null } } @@ -122572,7 +122609,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `MilestoneReportStatusReturn` you could get from the connection.", + "description": "The count of *all* `ProjectType` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -122594,8 +122631,8 @@ }, { "kind": "OBJECT", - "name": "MilestoneReportStatusReturnsEdge", - "description": "A `MilestoneReportStatusReturn` edge in the connection.", + "name": "FundingStreamRfpProjectTypesByProjectFundingStreamRfpIdAndProjectTypeManyToManyEdge", + "description": "A `ProjectType` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -122611,15 +122648,130 @@ }, { "name": "node", - "description": "The `MilestoneReportStatusReturn` at the end of the edge.", + "description": "The `ProjectType` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "MilestoneReportStatusReturn", + "name": "ProjectType", "ofType": null }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "projectsByProjectType", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -122629,12 +122781,12 @@ }, { "kind": "OBJECT", - "name": "MilestoneReportsConnection", - "description": "A connection to a list of `MilestoneReport` values.", + "name": "FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyConnection", + "description": "A connection to a list of `Sector` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `MilestoneReport` and cursor to aid in pagination.", + "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -122647,7 +122799,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportsEdge", + "name": "FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyEdge", "ofType": null } } @@ -122658,7 +122810,7 @@ }, { "name": "nodes", - "description": "A list of `MilestoneReport` objects.", + "description": "A list of `Sector` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -122668,7 +122820,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReport", + "name": "Sector", "ofType": null } } @@ -122694,7 +122846,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `MilestoneReport` you could get from the connection.", + "description": "The count of *all* `Sector` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -122716,8 +122868,8 @@ }, { "kind": "OBJECT", - "name": "MilestoneReportsEdge", - "description": "A `MilestoneReport` edge in the connection.", + "name": "FundingStreamRfpSectorsByProjectFundingStreamRfpIdAndSectorNameManyToManyEdge", + "description": "A `Sector` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -122733,15 +122885,130 @@ }, { "name": "node", - "description": "The `MilestoneReport` at the end of the edge.", + "description": "The `Sector` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "MilestoneReport", + "name": "Sector", "ofType": null }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "projectsBySectorName", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -122750,57 +123017,237 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "MilestoneReportsOrderBy", - "description": "Methods to use when ordering `MilestoneReport`.", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpToManyFundingStreamRfpProjectStatusFilter", + "description": "A filter to be used against many `FundingStreamRfpProjectStatus` object types. All fields are combined with a logical ‘and.’", "fields": null, - "inputFields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + } + ], "interfaces": null, - "enumValues": [ + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpToManyProjectFilter", + "description": "A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "ARCHIVED_AT_ASC", - "description": null, + "name": "every", + "description": "Every related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpsConnection", + "description": "A connection to a list of `FundingStreamRfp` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `FundingStreamRfp` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpsEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `FundingStreamRfp` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamRfpsEdge", + "description": "A `FundingStreamRfp` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CERTIFIED_BY_ASC", + "name": "node", + "description": "The `FundingStreamRfp` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "FundingStreamRfpsOrderBy", + "description": "Methods to use when ordering `FundingStreamRfp`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CERTIFIED_BY_DESC", + "name": "ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CERTIFIER_PROFESSIONAL_DESIGNATION_ASC", + "name": "ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CERTIFIER_PROFESSIONAL_DESIGNATION_DESC", + "name": "ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -123226,3223 +123673,1649 @@ "deprecationReason": null }, { - "name": "ID_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "MAXIMUM_AMOUNT_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "MAXIMUM_AMOUNT_DESC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_DESC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__DESCRIPTION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__DESCRIPTION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_DESC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_DESC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_DESC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_DESC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_ASC", + "name": "FUNDING_STREAM_BY_FUNDING_STREAM_ID__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_DESC", + "name": "FUNDING_STREAM_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_ASC", + "name": "FUNDING_STREAM_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_DESC", + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_FUNDING_STREAM_RFP_ID__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_ASC", + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_FUNDING_STREAM_RFP_ID__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_DESC", + "name": "ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_ASC", + "name": "ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_DESC", + "name": "NATURAL", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_ASC", + "name": "PRIMARY_KEY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_DESC", + "name": "PRIMARY_KEY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_ASC", + "name": "PROJECTS_BY_FUNDING_STREAM_RFP_ID__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_DESC", + "name": "PROJECTS_BY_FUNDING_STREAM_RFP_ID__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_ASC", + "name": "UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_DESC", + "name": "UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_ASC", + "name": "UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_DESC", + "name": "UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_ASC", + "name": "YEAR_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_DESC", + "name": "YEAR_DESC", "description": null, "isDeprecated": false, "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FundingStreamToManyFundingStreamRfpFilter", + "description": "A filter to be used against many `FundingStreamRfp` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `FundingStreamRfp` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamsConnection", + "description": "A connection to a list of `FundingStream` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `FundingStream` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamsEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_ID_ASC", - "description": null, + "name": "nodes", + "description": "A list of `FundingStream` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStream", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_ID_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "SUBSTANTIAL_COMPLETION_DATE_ASC", + "name": "totalCount", + "description": "The count of *all* `FundingStream` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FundingStreamsEdge", + "description": "A `FundingStream` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `FundingStream` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStream", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "FundingStreamsOrderBy", + "description": "Methods to use when ordering `FundingStream`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SUBSTANTIAL_COMPLETION_DATE_DESC", + "name": "ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TOTAL_ELIGIBLE_EXPENSES_ASC", + "name": "ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TOTAL_ELIGIBLE_EXPENSES_DESC", + "name": "ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Mutation", - "description": "The root mutation type which contains root level fields which mutate data.", - "fields": [ + }, { - "name": "addContactToRevision", + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AddContactToRevisionInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "AddContactToRevisionPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "addEmissionIntensityReportToRevision", + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AddEmissionIntensityReportToRevisionInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "AddEmissionIntensityReportToRevisionPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "addMilestoneToRevision", + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AddMilestoneToRevisionInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "AddMilestoneToRevisionPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createAttachment", - "description": "Creates a single `Attachment`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateAttachmentInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateAttachmentPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createChangeStatus", - "description": "Creates a single `ChangeStatus`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateChangeStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateChangeStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createCifUser", - "description": "Creates a single `CifUser`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateCifUserInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateCifUserPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createEmissionIntensityPaymentPercent", - "description": "Creates a single `EmissionIntensityPaymentPercent`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateEmissionIntensityPaymentPercentInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateEmissionIntensityPaymentPercentPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createEmissionIntensityReport", - "description": "Creates a single `EmissionIntensityReport`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateEmissionIntensityReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateEmissionIntensityReportPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createFormChange", - "description": "Creates a new form_change record.\nIf new_form_data is not provided, the latest committed form_data record for the same table and record id will be used.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateFormChangeInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateFormChangePayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createFundingParameter", - "description": "Creates a single `FundingParameter`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateFundingParameterInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateFundingParameterPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createFundingStream", - "description": "Creates a single `FundingStream`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateFundingStreamInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateFundingStreamPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createFundingStreamRfp", - "description": "Creates a single `FundingStreamRfp`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateFundingStreamRfpInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateFundingStreamRfpPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createFundingStreamRfpProjectStatus", - "description": "Creates a single `FundingStreamRfpProjectStatus`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateFundingStreamRfpProjectStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateFundingStreamRfpProjectStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createMilestoneReport", - "description": "Creates a single `MilestoneReport`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateMilestoneReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateMilestoneReportPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createProject", + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateProjectInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateProjectPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createProjectContact", - "description": "Creates a single `ProjectContact`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateProjectContactInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateProjectContactPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createProjectManager", - "description": "Creates a single `ProjectManager`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateProjectManagerInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateProjectManagerPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createProjectManagerLabel", - "description": "Creates a single `ProjectManagerLabel`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateProjectManagerLabelInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateProjectManagerLabelPayload", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createProjectRevision", + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateProjectRevisionInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateProjectRevisionPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createProjectStatus", - "description": "Creates a single `ProjectStatus`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateProjectStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateProjectStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createReportType", - "description": "Creates a single `ReportType`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateReportTypeInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateReportTypePayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createSector", - "description": "Creates a single `Sector`.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateSectorInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateSectorPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createUserFromSession", + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateUserFromSessionInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "CreateUserFromSessionPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteAttachment", - "description": "Deletes a single `Attachment` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteAttachmentInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteAttachmentPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteAttachmentByRowId", - "description": "Deletes a single `Attachment` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteAttachmentByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteAttachmentPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteChangeStatus", - "description": "Deletes a single `ChangeStatus` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteChangeStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteChangeStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteChangeStatusByStatus", - "description": "Deletes a single `ChangeStatus` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteChangeStatusByStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteChangeStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCifUser", - "description": "Deletes a single `CifUser` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCifUserInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteCifUserPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteCifUserByRowId", - "description": "Deletes a single `CifUser` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteCifUserByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteCifUserPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteEmissionIntensityPaymentPercent", - "description": "Deletes a single `EmissionIntensityPaymentPercent` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformance", - "description": "Deletes a single `EmissionIntensityPaymentPercent` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformanceInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteEmissionIntensityPaymentPercentByRowId", - "description": "Deletes a single `EmissionIntensityPaymentPercent` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteEmissionIntensityPaymentPercentPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteEmissionIntensityReport", - "description": "Deletes a single `EmissionIntensityReport` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteEmissionIntensityReportPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteEmissionIntensityReportByRowId", - "description": "Deletes a single `EmissionIntensityReport` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteEmissionIntensityReportByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteEmissionIntensityReportPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFormChange", - "description": "Deletes a single `FormChange` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFormChangeInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFormChangePayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFormChangeByRowId", - "description": "Deletes a single `FormChange` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFormChangeByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFormChangePayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFundingParameter", - "description": "Deletes a single `FundingParameter` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingParameterInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFundingParameterPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFundingParameterByRowId", - "description": "Deletes a single `FundingParameter` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingParameterByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFundingParameterPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFundingStream", - "description": "Deletes a single `FundingStream` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFundingStreamPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFundingStreamByRowId", - "description": "Deletes a single `FundingStream` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFundingStreamPayload", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFundingStreamRfp", - "description": "Deletes a single `FundingStreamRfp` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamRfpInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFundingStreamRfpPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFundingStreamRfpByRowId", - "description": "Deletes a single `FundingStreamRfp` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamRfpByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFundingStreamRfpPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFundingStreamRfpProjectStatus", - "description": "Deletes a single `FundingStreamRfpProjectStatus` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamRfpProjectStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFundingStreamRfpProjectStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteFundingStreamRfpProjectStatusByRowId", - "description": "Deletes a single `FundingStreamRfpProjectStatus` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteFundingStreamRfpProjectStatusByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteFundingStreamRfpProjectStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteMilestoneReport", - "description": "Deletes a single `MilestoneReport` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteMilestoneReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteMilestoneReportPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteMilestoneReportByRowId", - "description": "Deletes a single `MilestoneReport` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteMilestoneReportByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteMilestoneReportPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectContact", - "description": "Deletes a single `ProjectContact` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectContactInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectContactPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectContactByRowId", - "description": "Deletes a single `ProjectContact` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectContactByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectContactPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectManager", - "description": "Deletes a single `ProjectManager` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectManagerPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectManagerByRowId", - "description": "Deletes a single `ProjectManager` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectManagerPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectManagerLabel", - "description": "Deletes a single `ProjectManagerLabel` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerLabelInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectManagerLabelPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectManagerLabelByLabel", - "description": "Deletes a single `ProjectManagerLabel` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerLabelByLabelInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectManagerLabelPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectManagerLabelByRowId", - "description": "Deletes a single `ProjectManagerLabel` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectManagerLabelByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectManagerLabelPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectRevision", - "description": "Deletes a single `ProjectRevision` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectRevisionInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectRevisionPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectRevisionByRowId", - "description": "Deletes a single `ProjectRevision` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectRevisionByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectRevisionPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectStatus", - "description": "Deletes a single `ProjectStatus` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteProjectStatusByRowId", - "description": "Deletes a single `ProjectStatus` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteProjectStatusByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteProjectStatusPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteSector", - "description": "Deletes a single `Sector` using its globally unique id.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteSectorInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteSectorPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteSectorBySectorName", - "description": "Deletes a single `Sector` using a unique key.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeleteSectorBySectorNameInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DeleteSectorPayload", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "discardEmissionIntensityReport", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DiscardEmissionIntensityReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DiscardEmissionIntensityReportPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "discardFundingParameterFormChange", + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DiscardFundingParameterFormChangeInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DiscardFundingParameterFormChangePayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "discardMilestoneFormChange", + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DiscardMilestoneFormChangeInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "DiscardMilestoneFormChangePayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "stageDirtyFormChanges", + "name": "CREATED_AT_ASC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StageDirtyFormChangesInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "StageDirtyFormChangesPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "undoFormChanges", + "name": "CREATED_AT_DESC", "description": null, - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UndoFormChangesInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UndoFormChangesPayload", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateAttachment", - "description": "Updates a single `Attachment` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateAttachmentInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateAttachmentPayload", - "ofType": null - }, + "name": "CREATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateAttachmentByRowId", - "description": "Updates a single `Attachment` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateAttachmentByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateAttachmentPayload", - "ofType": null - }, + "name": "CREATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateChangeStatus", - "description": "Updates a single `ChangeStatus` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateChangeStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateChangeStatusPayload", - "ofType": null - }, + "name": "DESCRIPTION_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateChangeStatusByStatus", - "description": "Updates a single `ChangeStatus` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateChangeStatusByStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateChangeStatusPayload", - "ofType": null - }, + "name": "DESCRIPTION_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCifUser", - "description": "Updates a single `CifUser` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCifUserInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateCifUserPayload", - "ofType": null - }, + "name": "FUNDING_STREAM_RFPS_BY_FUNDING_STREAM_ID__COUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateCifUserByRowId", - "description": "Updates a single `CifUser` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateCifUserByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateCifUserPayload", - "ofType": null - }, + "name": "FUNDING_STREAM_RFPS_BY_FUNDING_STREAM_ID__COUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateEmissionIntensityPaymentPercent", - "description": "Updates a single `EmissionIntensityPaymentPercent` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateEmissionIntensityPaymentPercentInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateEmissionIntensityPaymentPercentPayload", - "ofType": null - }, + "name": "ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformance", - "description": "Updates a single `EmissionIntensityPaymentPercent` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformanceInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateEmissionIntensityPaymentPercentPayload", - "ofType": null - }, + "name": "ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateEmissionIntensityPaymentPercentByRowId", - "description": "Updates a single `EmissionIntensityPaymentPercent` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateEmissionIntensityPaymentPercentByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateEmissionIntensityPaymentPercentPayload", - "ofType": null - }, + "name": "NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateEmissionIntensityReport", - "description": "Updates a single `EmissionIntensityReport` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateEmissionIntensityReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateEmissionIntensityReportPayload", - "ofType": null - }, + "name": "NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateEmissionIntensityReportByRowId", - "description": "Updates a single `EmissionIntensityReport` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateEmissionIntensityReportByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateEmissionIntensityReportPayload", - "ofType": null - }, + "name": "NATURAL", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFormChange", - "description": "Updates a single `FormChange` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFormChangeInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateFormChangePayload", - "ofType": null - }, + "name": "PRIMARY_KEY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFormChangeByRowId", - "description": "Updates a single `FormChange` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFormChangeByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateFormChangePayload", - "ofType": null - }, + "name": "PRIMARY_KEY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFundingParameter", - "description": "Updates a single `FundingParameter` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFundingParameterInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateFundingParameterPayload", - "ofType": null - }, + "name": "UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFundingParameterByRowId", - "description": "Updates a single `FundingParameter` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFundingParameterByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateFundingParameterPayload", - "ofType": null - }, + "name": "UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFundingStream", - "description": "Updates a single `FundingStream` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GetFormStatusConnection", + "description": "A connection to a list of `String` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `String` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFundingStreamInput", + "kind": "OBJECT", + "name": "GetFormStatusEdge", "ofType": null } - }, - "defaultValue": null + } } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateFundingStreamPayload", - "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFundingStreamByRowId", - "description": "Updates a single `FundingStream` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFundingStreamByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "nodes", + "description": "A list of `String` objects.", + "args": [], "type": { - "kind": "OBJECT", - "name": "UpdateFundingStreamPayload", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFundingStreamRfp", - "description": "Updates a single `FundingStreamRfp` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFundingStreamRfpInput", - "ofType": null - } - }, - "defaultValue": null + "name": "totalCount", + "description": "The count of *all* `String` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null } - ], + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GetFormStatusEdge", + "description": "A `String` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "OBJECT", - "name": "UpdateFundingStreamRfpPayload", + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFundingStreamRfpByRowId", - "description": "Updates a single `FundingStreamRfp` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFundingStreamRfpByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "node", + "description": "The `String` at the end of the edge.", + "args": [], "type": { - "kind": "OBJECT", - "name": "UpdateFundingStreamRfpPayload", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "updateFundingStreamRfpProjectStatus", - "description": "Updates a single `FundingStreamRfpProjectStatus` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFundingStreamRfpProjectStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateFundingStreamRfpProjectStatusPayload", - "ofType": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "ID", + "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "description": "Indicates whether archived items should be included in the results or not.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "EXCLUSIVELY", + "description": "Only include archived items (i.e. exclude non-archived items).", "isDeprecated": false, "deprecationReason": null }, { - "name": "updateFundingStreamRfpProjectStatusByRowId", - "description": "Updates a single `FundingStreamRfpProjectStatus` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateFundingStreamRfpProjectStatusByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateFundingStreamRfpProjectStatusPayload", - "ofType": null - }, + "name": "INHERIT", + "description": "If there is a parent GraphQL record and it is archived then this is equivalent to YES, in all other cases this is equivalent to NO.", "isDeprecated": false, "deprecationReason": null }, { - "name": "updateMilestoneReport", - "description": "Updates a single `MilestoneReport` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateMilestoneReportInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "OBJECT", - "name": "UpdateMilestoneReportPayload", - "ofType": null - }, + "name": "NO", + "description": "Exclude archived items.", "isDeprecated": false, "deprecationReason": null }, { - "name": "updateMilestoneReportByRowId", - "description": "Updates a single `MilestoneReport` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateMilestoneReportByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "YES", + "description": "Include archived items.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Int", + "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "description": "A filter to be used against Int fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", "type": { - "kind": "OBJECT", - "name": "UpdateMilestoneReportPayload", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectContact", - "description": "Updates a single `ProjectContact` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectContactInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "equalTo", + "description": "Equal to the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectContactPayload", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectContactByRowId", - "description": "Updates a single `ProjectContact` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectContactByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "greaterThan", + "description": "Greater than the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectContactPayload", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectManager", - "description": "Updates a single `ProjectManager` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectManagerInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectManagerPayload", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectManagerByRowId", - "description": "Updates a single `ProjectManager` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectManagerByRowIdInput", - "ofType": null - } - }, - "defaultValue": null + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } - ], + }, + "defaultValue": null + }, + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", "type": { - "kind": "OBJECT", - "name": "UpdateProjectManagerPayload", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectManagerLabel", - "description": "Updates a single `ProjectManagerLabel` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectManagerLabelInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "lessThan", + "description": "Less than the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectManagerLabelPayload", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectManagerLabelByLabel", - "description": "Updates a single `ProjectManagerLabel` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectManagerLabelByLabelInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectManagerLabelPayload", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectManagerLabelByRowId", - "description": "Updates a single `ProjectManagerLabel` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectManagerLabelByRowIdInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectManagerLabelPayload", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectRevision", - "description": "Updates a single `ProjectRevision` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectRevisionInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "notEqualTo", + "description": "Not equal to the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectRevisionPayload", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectRevisionByRowId", - "description": "Updates a single `ProjectRevision` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectRevisionByRowIdInput", - "ofType": null - } - }, - "defaultValue": null + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } - ], + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "JSON", + "description": "A JavaScript object encoded in the JSON format as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "description": "A filter to be used against JSON fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "containedBy", + "description": "Contained by the specified JSON.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectRevisionPayload", + "kind": "SCALAR", + "name": "JSON", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectStatus", - "description": "Updates a single `ProjectStatus` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectStatusInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "contains", + "description": "Contains the specified JSON.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectStatusPayload", + "kind": "SCALAR", + "name": "JSON", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateProjectStatusByRowId", - "description": "Updates a single `ProjectStatus` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateProjectStatusByRowIdInput", - "ofType": null - } - }, - "defaultValue": null + "name": "containsAllKeys", + "description": "Contains all of the specified keys.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } - ], + }, + "defaultValue": null + }, + { + "name": "containsAnyKeys", + "description": "Contains any of the specified keys.", "type": { - "kind": "OBJECT", - "name": "UpdateProjectStatusPayload", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "containsKey", + "description": "Contains the specified key.", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateReportType", - "description": "Updates a single `ReportType` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateReportTypeInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", "type": { - "kind": "OBJECT", - "name": "UpdateReportTypePayload", + "kind": "SCALAR", + "name": "JSON", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateReportTypeByName", - "description": "Updates a single `ReportType` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateReportTypeByNameInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "equalTo", + "description": "Equal to the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateReportTypePayload", + "kind": "SCALAR", + "name": "JSON", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateSector", - "description": "Updates a single `Sector` using its globally unique id and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateSectorInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "greaterThan", + "description": "Greater than the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateSectorPayload", + "kind": "SCALAR", + "name": "JSON", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updateSectorBySectorName", - "description": "Updates a single `Sector` using a unique key and a patch.", - "args": [ - { - "name": "input", - "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateSectorBySectorNameInput", - "ofType": null - } - }, - "defaultValue": null - } - ], + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", "type": { - "kind": "OBJECT", - "name": "UpdateSectorPayload", + "kind": "SCALAR", + "name": "JSON", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "Node", - "description": "An object with a globally unique `ID`.", - "fields": [ + "defaultValue": null + }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "name": "in", + "description": "Included in the specified list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Attachment", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null + "defaultValue": null }, { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "Contact", - "ofType": null + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercent", - "ofType": null + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "EmissionIntensityReport", - "ofType": null + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null }, { - "kind": "OBJECT", - "name": "FundingParameter", - "ofType": null - }, + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "KeycloakJwt", + "description": null, + "fields": [ { - "kind": "OBJECT", - "name": "FundingStream", - "ofType": null + "name": "acr", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null + "name": "aud", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatus", - "ofType": null + "name": "authTime", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "MilestoneReport", - "ofType": null + "name": "azp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Operator", - "ofType": null + "name": "brokerSessionId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Payment", - "ofType": null + "name": "cifUserBySub", + "description": "Reads a single `CifUser` that is related to this `KeycloakJwt`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Project", - "ofType": null + "name": "email", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProjectContact", - "ofType": null + "name": "emailVerified", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProjectManager", - "ofType": null + "name": "exp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null + "name": "familyName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProjectRevision", - "ofType": null + "name": "givenName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null + "name": "iat", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Query", - "ofType": null + "name": "iss", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ReportType", - "ofType": null + "name": "jti", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "ReportingRequirement", - "ofType": null + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "Sector", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "Operator", - "description": "Table containing information about a CIF operator", - "fields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "nbf", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "preferredUsername", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "bcRegistryId", - "description": "The bc registry id assigned to this operator", + "name": "priorityGroup", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -126453,265 +125326,444 @@ "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `Operator`.", + "name": "sessionState", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "UUID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `Operator`.", + "name": "sub", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "UUID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `Operator`.", + "name": "typ", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUsersByProjectOperatorIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "userGroups", + "description": null, + "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndArchivedByManyToManyConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "KeycloakJwtFilter", + "description": "A filter to be used against `KeycloakJwt` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "acr", + "description": "Filter by the object’s `acr` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "cifUsersByProjectOperatorIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "KeycloakJwtFilter", "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { + } + } + }, + "defaultValue": null + }, + { + "name": "aud", + "description": "Filter by the object’s `aud` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authTime", + "description": "Filter by the object’s `authTime` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "azp", + "description": "Filter by the object’s `azp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "brokerSessionId", + "description": "Filter by the object’s `brokerSessionId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserBySub", + "description": "Filter by the object’s `cifUserBySub` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserBySubExists", + "description": "A related `cifUserBySub` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "email", + "description": "Filter by the object’s `email` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emailVerified", + "description": "Filter by the object’s `emailVerified` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "exp", + "description": "Filter by the object’s `exp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "familyName", + "description": "Filter by the object’s `familyName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "givenName", + "description": "Filter by the object’s `givenName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "iat", + "description": "Filter by the object’s `iat` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "iss", + "description": "Filter by the object’s `iss` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "jti", + "description": "Filter by the object’s `jti` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UUIDFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Filter by the object’s `name` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "nbf", + "description": "Filter by the object’s `nbf` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "KeycloakJwtFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", + "name": "KeycloakJwtFilter", "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", + } + } + }, + "defaultValue": null + }, + { + "name": "preferredUsername", + "description": "Filter by the object’s `preferredUsername` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "priorityGroup", + "description": "Filter by the object’s `priorityGroup` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sessionState", + "description": "Filter by the object’s `sessionState` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UUIDFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sub", + "description": "Filter by the object’s `sub` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UUIDFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typ", + "description": "Filter by the object’s `typ` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userGroups", + "description": "Filter by the object’s `userGroups` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ManagerFormChangesByLabelCompositeReturn", + "description": "A composite return type for the project_revision_project_manager_form_changes_by_label computed column. Returns a record for each active label and the last related form_change if it exists.", + "fields": [ + { + "name": "formChange", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagerLabel", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ManagerFormChangesByLabelCompositeReturnsConnection", + "description": "A connection to a list of `ManagerFormChangesByLabelCompositeReturn` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ManagerFormChangesByLabelCompositeReturn` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "ManagerFormChangesByLabelCompositeReturnsEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `ManagerFormChangesByLabelCompositeReturn` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ManagerFormChangesByLabelCompositeReturn", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndCreatedByManyToManyConnection", + "name": "PageInfo", "ofType": null } }, @@ -126719,119 +125771,150 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectOperatorIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "totalCount", + "description": "The count of *all* `ManagerFormChangesByLabelCompositeReturn` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndUpdatedByManyToManyConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ManagerFormChangesByLabelCompositeReturnsEdge", + "description": "A `ManagerFormChangesByLabelCompositeReturn` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ManagerFormChangesByLabelCompositeReturn` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ManagerFormChangesByLabelCompositeReturn", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MilestoneReport", + "description": "Table containing information about a CIF milestone_report", + "fields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "certifiedBy", + "description": "The name of the person who certified the completion of the milestone", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "certifierProfessionalDesignation", + "description": "The professional designation of the person who certified the completion of the milestone", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `MilestoneReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdAt", @@ -126862,114 +125945,55 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maximumAmount", + "description": "The maximum amount in dollars that can be applied to this milestone", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reportingRequirementByReportingRequirementId", + "description": "Reads a single `ReportingRequirement` that is related to this `MilestoneReport`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reportingRequirementId", + "description": "Foreign key to the reporting_requirement_table", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "OperatorFundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpIdManyToManyConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -126977,15 +126001,15 @@ "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "rowId", + "description": "Unique ID for the milestone_report", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, @@ -126993,796 +126017,546 @@ "deprecationReason": null }, { - "name": "legalName", - "description": "The legal name of this operator", + "name": "substantialCompletionDate", + "description": " The date where the work should be finished by. It can be automatically calculated based upon the type of milestone or manually overridden.\n Automatic calculations are as follows:\n - 30 days before report due date for general milestones\n", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Datetime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "operatorCode", - "description": "The operator code is a set of characters that uniquely identifies the operator and is used in the cif.project table as part of the propsal_reference", + "name": "totalEligibleExpenses", + "description": "The total amount of expenses in dollars applied to this milestone", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pendingFormChange", - "description": "Returns the pending form change editing the operator created by the current user, if it exists.", + "name": "updatedAt", + "description": "updated at timestamp", "args": [], "type": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatusesByProjectOperatorIdAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "updatedBy", + "description": "updated by user id", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "projectsByOperatorId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MilestoneReportCondition", + "description": "A condition to be used against `MilestoneReport` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "rowId", - "description": "Unique ID for the operator", - "args": [], + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "sectorsByProjectOperatorIdAndSectorName", - "description": "Reads and enables pagination through a set of `Sector`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "SectorCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Sector`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SectorsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "certifiedBy", + "description": "Checks for equality with the object’s `certifiedBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "swrsLegalName", - "description": "The legal name of this operator as last imported from SWRS", - "args": [], + "name": "certifierProfessionalDesignation", + "description": "Checks for equality with the object’s `certifierProfessionalDesignation` field.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "swrsOrganisationId", - "description": "The organisation ID from the ggircs database as assigned by the federal Single Window Reporting System", - "args": [], + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "swrsTradeName", - "description": "The trade name of this operator as last imported from SWRS", - "args": [], + "name": "maximumAmount", + "description": "Checks for equality with the object’s `maximumAmount` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "tradeName", - "description": "The trade name of this operator", - "args": [], + "name": "reportingRequirementId", + "description": "Checks for equality with the object’s `reportingRequirementId` field.", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "substantialCompletionDate", + "description": "Checks for equality with the object’s `substantialCompletionDate` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "totalEligibleExpenses", + "description": "Checks for equality with the object’s `totalEligibleExpenses` field.", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null }, { "name": "updatedAt", - "description": "updated at timestamp", - "args": [], + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { "name": "updatedBy", - "description": "updated by user id", - "args": [], + "description": "Checks for equality with the object’s `updatedBy` field.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "defaultValue": null } ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", + "description": "A filter to be used against `MilestoneReport` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "and", + "description": "Checks for all expressions in this list.", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndArchivedByManyToManyEdge", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", + "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "certifiedBy", + "description": "Filter by the object’s `certifiedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "certifierProfessionalDesignation", + "description": "Filter by the object’s `certifierProfessionalDesignation` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maximumAmount", + "description": "Filter by the object’s `maximumAmount` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "MilestoneReportFilter", "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "reportingRequirementByReportingRequirementId", + "description": "Filter by the object’s `reportingRequirementByReportingRequirementId` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "reportingRequirementId", + "description": "Filter by the object’s `reportingRequirementId` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "substantialCompletionDate", + "description": "Filter by the object’s `substantialCompletionDate` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "totalEligibleExpenses", + "description": "Filter by the object’s `totalEligibleExpenses` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "MilestoneReportInput", + "description": "An input for mutations affecting `MilestoneReport`", + "fields": null, + "inputFields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "archivedAt", + "description": "archived at timestamp", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "archivedBy", + "description": "archived by user id", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectsByArchivedBy", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "certifiedBy", + "description": "The name of the person who certified the completion of the milestone", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", - "fields": [ + "defaultValue": null + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], + "name": "certifierProfessionalDesignation", + "description": "The professional designation of the person who certified the completion of the milestone", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "createdAt", + "description": "created at timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "createdBy", + "description": "created by user id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "maximumAmount", + "description": "The maximum amount in dollars that can be applied to this milestone", + "type": { + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "reportingRequirementId", + "description": "Foreign key to the reporting_requirement_table", "type": { "kind": "NON_NULL", "name": null, @@ -127792,411 +126566,62 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "substantialCompletionDate", + "description": " The date where the work should be finished by. It can be automatically calculated based upon the type of milestone or manually overridden.\n Automatic calculations are as follows:\n - 30 days before report due date for general milestones\n", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "totalEligibleExpenses", + "description": "The total amount of expenses in dollars applied to this milestone", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectsByCreatedBy", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Project`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OperatorCifUsersByProjectOperatorIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "updatedAt", + "description": "updated at timestamp", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "updatedBy", + "description": "updated by user id", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", - "description": "A condition to be used against `Operator` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "name": "MilestoneReportPatch", + "description": "Represents an update to a `MilestoneReport`. Fields that are set will be updated.", "fields": null, "inputFields": [ { "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", + "description": "archived at timestamp", "type": { "kind": "SCALAR", "name": "Datetime", @@ -128206,7 +126631,7 @@ }, { "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", + "description": "archived by user id", "type": { "kind": "SCALAR", "name": "Int", @@ -128215,8 +126640,18 @@ "defaultValue": null }, { - "name": "bcRegistryId", - "description": "Checks for equality with the object’s `bcRegistryId` field.", + "name": "certifiedBy", + "description": "The name of the person who certified the completion of the milestone", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "certifierProfessionalDesignation", + "description": "The professional designation of the person who certified the completion of the milestone", "type": { "kind": "SCALAR", "name": "String", @@ -128226,7 +126661,7 @@ }, { "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "description": "created at timestamp", "type": { "kind": "SCALAR", "name": "Datetime", @@ -128236,7 +126671,7 @@ }, { "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", + "description": "created by user id", "type": { "kind": "SCALAR", "name": "Int", @@ -128245,104 +126680,133 @@ "defaultValue": null }, { - "name": "legalName", - "description": "Checks for equality with the object’s `legalName` field.", + "name": "maximumAmount", + "description": "The maximum amount in dollars that can be applied to this milestone", "type": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { - "name": "operatorCode", - "description": "Checks for equality with the object’s `operatorCode` field.", + "name": "reportingRequirementId", + "description": "Foreign key to the reporting_requirement_table", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", + "name": "substantialCompletionDate", + "description": " The date where the work should be finished by. It can be automatically calculated based upon the type of milestone or manually overridden.\n Automatic calculations are as follows:\n - 30 days before report due date for general milestones\n", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "swrsLegalName", - "description": "Checks for equality with the object’s `swrsLegalName` field.", + "name": "totalEligibleExpenses", + "description": "The total amount of expenses in dollars applied to this milestone", "type": { "kind": "SCALAR", - "name": "String", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { - "name": "swrsOrganisationId", - "description": "Checks for equality with the object’s `swrsOrganisationId` field.", + "name": "updatedAt", + "description": "updated at timestamp", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "swrsTradeName", - "description": "Checks for equality with the object’s `swrsTradeName` field.", + "name": "updatedBy", + "description": "updated by user id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MilestoneReportStatusReturn", + "description": null, + "fields": [ { - "name": "tradeName", - "description": "Checks for equality with the object’s `tradeName` field.", + "name": "formCompletionStatus", + "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "milestoneIndex", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reportDueDate", + "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "Datetime", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", + "name": "submittedDate", + "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "description": "A filter to be used against `Operator` object types. All fields are combined with a logical ‘and.’", + "name": "MilestoneReportStatusReturnFilter", + "description": "A filter to be used against `MilestoneReportStatusReturn` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { @@ -128356,7 +126820,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "MilestoneReportStatusReturnFilter", "ofType": null } } @@ -128364,28 +126828,8 @@ "defaultValue": null }, { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "bcRegistryId", - "description": "Filter by the object’s `bcRegistryId` field.", + "name": "formCompletionStatus", + "description": "Filter by the object’s `formCompletionStatus` field.", "type": { "kind": "INPUT_OBJECT", "name": "StringFilter", @@ -128394,78 +126838,8 @@ "defaultValue": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", + "name": "milestoneIndex", + "description": "Filter by the object’s `milestoneIndex` field.", "type": { "kind": "INPUT_OBJECT", "name": "IntFilter", @@ -128473,32 +126847,12 @@ }, "defaultValue": null }, - { - "name": "legalName", - "description": "Filter by the object’s `legalName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, { "name": "not", "description": "Negates the expression.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "operatorCode", - "description": "Filter by the object’s `operatorCode` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "name": "MilestoneReportStatusReturnFilter", "ofType": null }, "defaultValue": null @@ -128514,7 +126868,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "MilestoneReportStatusReturnFilter", "ofType": null } } @@ -128522,78 +126876,8 @@ "defaultValue": null }, { - "name": "projectsByOperatorId", - "description": "Filter by the object’s `projectsByOperatorId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorToManyProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsByOperatorIdExist", - "description": "Some related `projectsByOperatorId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "swrsLegalName", - "description": "Filter by the object’s `swrsLegalName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "swrsOrganisationId", - "description": "Filter by the object’s `swrsOrganisationId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "swrsTradeName", - "description": "Filter by the object’s `swrsTradeName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "tradeName", - "description": "Filter by the object’s `tradeName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", + "name": "reportDueDate", + "description": "Filter by the object’s `reportDueDate` field.", "type": { "kind": "INPUT_OBJECT", "name": "DatetimeFilter", @@ -128602,11 +126886,11 @@ "defaultValue": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", + "name": "submittedDate", + "description": "Filter by the object’s `submittedDate` field.", "type": { "kind": "INPUT_OBJECT", - "name": "IntFilter", + "name": "DatetimeFilter", "ofType": null }, "defaultValue": null @@ -128618,12 +126902,12 @@ }, { "kind": "OBJECT", - "name": "OperatorFundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", + "name": "MilestoneReportStatusReturnsConnection", + "description": "A connection to a list of `MilestoneReportStatusReturn` values.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `MilestoneReportStatusReturn` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -128636,7 +126920,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorFundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpIdManyToManyEdge", + "name": "MilestoneReportStatusReturnsEdge", "ofType": null } } @@ -128647,7 +126931,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `MilestoneReportStatusReturn` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -128657,7 +126941,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "MilestoneReportStatusReturn", "ofType": null } } @@ -128683,7 +126967,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `MilestoneReportStatusReturn` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -128705,8 +126989,8 @@ }, { "kind": "OBJECT", - "name": "OperatorFundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", + "name": "MilestoneReportStatusReturnsEdge", + "description": "A `MilestoneReportStatusReturn` edge in the connection.", "fields": [ { "name": "cursor", @@ -128722,130 +127006,15 @@ }, { "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", + "description": "The `MilestoneReportStatusReturn` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "MilestoneReportStatusReturn", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "projectsByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -128855,12 +127024,12 @@ }, { "kind": "OBJECT", - "name": "OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", + "name": "MilestoneReportsConnection", + "description": "A connection to a list of `MilestoneReport` values.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `MilestoneReport` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -128873,7 +127042,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyEdge", + "name": "MilestoneReportsEdge", "ofType": null } } @@ -128884,7 +127053,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `MilestoneReport` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -128894,7 +127063,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "MilestoneReport", "ofType": null } } @@ -128920,7 +127089,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `MilestoneReport` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -128942,8 +127111,8 @@ }, { "kind": "OBJECT", - "name": "OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", + "name": "MilestoneReportsEdge", + "description": "A `MilestoneReport` edge in the connection.", "fields": [ { "name": "cursor", @@ -128959,130 +127128,15 @@ }, { "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", + "description": "The `MilestoneReport` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "MilestoneReport", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "projectsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -129091,445 +127145,57 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyConnection", - "description": "A connection to a list of `Sector` values, with data from `Project`.", - "fields": [ + "kind": "ENUM", + "name": "MilestoneReportsOrderBy", + "description": "Methods to use when ordering `MilestoneReport`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "edges", - "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `Sector` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sector", - "ofType": null - } - } - }, + "name": "ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Sector` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyEdge", - "description": "A `Sector` edge in the connection, with data from `Project`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Sector` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Sector", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsBySectorName", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "OperatorToManyProjectFilter", - "description": "A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OperatorsConnection", - "description": "A connection to a list of `Operator` values.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `Operator` and cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "OperatorsEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `Operator` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Operator", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `Operator` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "OperatorsEdge", - "description": "A `Operator` edge in the connection.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Operator` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Operator", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "OperatorsOrderBy", - "description": "Methods to use when ordering `Operator`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARCHIVED_AT_DESC", + "name": "ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_ASC", + "name": "CERTIFIED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_DESC", + "name": "CERTIFIED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "BC_REGISTRY_ID_ASC", + "name": "CERTIFIER_PROFESSIONAL_DESIGNATION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "BC_REGISTRY_ID_DESC", + "name": "CERTIFIER_PROFESSIONAL_DESIGNATION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -129967,13 +127633,13 @@ "deprecationReason": null }, { - "name": "LEGAL_NAME_ASC", + "name": "MAXIMUM_AMOUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "LEGAL_NAME_DESC", + "name": "MAXIMUM_AMOUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -129985,1661 +127651,3381 @@ "deprecationReason": null }, { - "name": "OPERATOR_CODE_ASC", + "name": "PRIMARY_KEY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OPERATOR_CODE_DESC", + "name": "PRIMARY_KEY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECTS_BY_OPERATOR_ID__COUNT_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECTS_BY_OPERATOR_ID__COUNT_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SWRS_LEGAL_NAME_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SWRS_LEGAL_NAME_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SWRS_ORGANISATION_ID_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SWRS_ORGANISATION_ID_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SWRS_TRADE_NAME_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SWRS_TRADE_NAME_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TRADE_NAME_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TRADE_NAME_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PageInfo", - "description": "Information about pagination in a connection.", - "fields": [ + }, { - "name": "endCursor", - "description": "When paginating forwards, the cursor to continue.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasNextPage", - "description": "When paginating forwards, are there more items?", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasPreviousPage", - "description": "When paginating backwards, are there more items?", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "startCursor", - "description": "When paginating backwards, the cursor to continue.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Payment", - "description": "Table containing information about reporting requirements payments", - "fields": [ + }, { - "name": "adjustedGrossAmount", - "description": "The adjusted value of the gross amount of the payment which is the amount before deducting any holdback amount", - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "adjustedNetAmount", - "description": "The adjusted value of the net amount of the payment which is the amount actually paid out, after deducting any holdback amount", - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedAt", - "description": "archived at timestamp", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `Payment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `Payment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `Payment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dateSentToCsnr", - "description": "The date the payment was issued", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, + "name": "REPORTING_REQUIREMENT_ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "SUBSTANTIAL_COMPLETION_DATE_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementByReportingRequirementId", - "description": "Reads a single `ReportingRequirement` that is related to this `Payment`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ReportingRequirement", - "ofType": null - }, + "name": "SUBSTANTIAL_COMPLETION_DATE_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Foreign key references the cif.reporting_requirement table", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "TOTAL_ELIGIBLE_EXPENSES_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "rowId", - "description": "Unique ID for the payment", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "TOTAL_ELIGIBLE_EXPENSES_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, + "name": "UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], - "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "PaymentCondition", - "description": "A condition to be used against `Payment` object types. All fields are tested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "kind": "OBJECT", + "name": "Mutation", + "description": "The root mutation type which contains root level fields which mutate data.", + "fields": [ { - "name": "adjustedGrossAmount", - "description": "Checks for equality with the object’s `adjustedGrossAmount` field.", + "name": "addContactToRevision", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AddContactToRevisionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "AddContactToRevisionPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "adjustedNetAmount", - "description": "Checks for equality with the object’s `adjustedNetAmount` field.", + "name": "addEmissionIntensityReportToRevision", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AddEmissionIntensityReportToRevisionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "BigFloat", + "kind": "OBJECT", + "name": "AddEmissionIntensityReportToRevisionPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", + "name": "addMilestoneToRevision", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AddMilestoneToRevisionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "AddMilestoneToRevisionPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", + "name": "createAttachment", + "description": "Creates a single `Attachment`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateAttachmentInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CreateAttachmentPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "name": "createChangeStatus", + "description": "Creates a single `ChangeStatus`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateChangeStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CreateChangeStatusPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", + "name": "createCifUser", + "description": "Creates a single `CifUser`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateCifUserInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CreateCifUserPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "dateSentToCsnr", - "description": "Checks for equality with the object’s `dateSentToCsnr` field.", + "name": "createEmissionIntensityPaymentPercent", + "description": "Creates a single `EmissionIntensityPaymentPercent`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateEmissionIntensityPaymentPercentInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CreateEmissionIntensityPaymentPercentPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Checks for equality with the object’s `reportingRequirementId` field.", + "name": "createEmissionIntensityReport", + "description": "Creates a single `EmissionIntensityReport`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateEmissionIntensityReportInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CreateEmissionIntensityReportPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", + "name": "createFormChange", + "description": "Creates a new form_change record.\nIf new_form_data is not provided, the latest committed form_data record for the same table and record id will be used.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateFormChangeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CreateFormChangePayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "createFundingParameter", + "description": "Creates a single `FundingParameter`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateFundingParameterInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CreateFundingParameterPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PaymentFilter", - "description": "A filter to be used against `Payment` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "adjustedGrossAmount", - "description": "Filter by the object’s `adjustedGrossAmount` field.", + "name": "createFundingStream", + "description": "Creates a single `FundingStream`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateFundingStreamInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "OBJECT", + "name": "CreateFundingStreamPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "adjustedNetAmount", - "description": "Filter by the object’s `adjustedNetAmount` field.", + "name": "createFundingStreamRfp", + "description": "Creates a single `FundingStreamRfp`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateFundingStreamRfpInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "OBJECT", + "name": "CreateFundingStreamRfpPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PaymentFilter", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", + "name": "createFundingStreamRfpProjectStatus", + "description": "Creates a single `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateFundingStreamRfpProjectStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "OBJECT", + "name": "CreateFundingStreamRfpProjectStatusPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", + "name": "createMilestoneReport", + "description": "Creates a single `MilestoneReport`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateMilestoneReportInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "CreateMilestoneReportPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "name": "createProject", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "CreateProjectPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", + "name": "createProjectContact", + "description": "Creates a single `ProjectContact`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectContactInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CreateProjectContactPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "name": "createProjectManager", + "description": "Creates a single `ProjectManager`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectManagerInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "CreateProjectManagerPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", + "name": "createProjectManagerLabel", + "description": "Creates a single `ProjectManagerLabel`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectManagerLabelInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CreateProjectManagerLabelPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "name": "createProjectRevision", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectRevisionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "OBJECT", + "name": "CreateProjectRevisionPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", + "name": "createProjectStatus", + "description": "Creates a single `ProjectStatus`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CreateProjectStatusPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", + "name": "createProjectType", + "description": "Creates a single `ProjectType`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateProjectTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "OBJECT", + "name": "CreateProjectTypePayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", + "name": "createReportType", + "description": "Creates a single `ReportType`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateReportTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "CreateReportTypePayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "dateSentToCsnr", - "description": "Filter by the object’s `dateSentToCsnr` field.", + "name": "createSector", + "description": "Creates a single `Sector`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateSectorInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "OBJECT", + "name": "CreateSectorPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", + "name": "createUserFromSession", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateUserFromSessionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "kind": "OBJECT", + "name": "CreateUserFromSessionPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PaymentFilter", - "ofType": null - } + "name": "deleteAttachment", + "description": "Deletes a single `Attachment` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteAttachmentInput", + "ofType": null + } + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "reportingRequirementByReportingRequirementId", - "description": "Filter by the object’s `reportingRequirementByReportingRequirementId` relation.", + ], "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "kind": "OBJECT", + "name": "DeleteAttachmentPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "reportingRequirementId", - "description": "Filter by the object’s `reportingRequirementId` field.", + "name": "deleteAttachmentByRowId", + "description": "Deletes a single `Attachment` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteAttachmentByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "DeleteAttachmentPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", + "name": "deleteChangeStatus", + "description": "Deletes a single `ChangeStatus` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteChangeStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "DeleteChangeStatusPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", + "name": "deleteChangeStatusByStatus", + "description": "Deletes a single `ChangeStatus` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteChangeStatusByStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "OBJECT", + "name": "DeleteChangeStatusPayload", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", + "name": "deleteCifUser", + "description": "Deletes a single `CifUser` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteCifUserInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "OBJECT", + "name": "DeleteCifUserPayload", "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PaymentsConnection", - "description": "A connection to a list of `Payment` values.", - "fields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "A list of edges which contains the `Payment` and cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { + "name": "deleteCifUserByRowId", + "description": "Deletes a single `CifUser` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PaymentsEdge", + "kind": "INPUT_OBJECT", + "name": "DeleteCifUserByRowIdInput", "ofType": null } - } + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteCifUserPayload", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `Payment` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Payment", - "ofType": null - } + "name": "deleteEmissionIntensityPaymentPercent", + "description": "Deletes a single `EmissionIntensityPaymentPercent` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentInput", + "ofType": null + } + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentPayload", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null + "name": "deleteEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformance", + "description": "Deletes a single `EmissionIntensityPaymentPercent` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformanceInput", + "ofType": null + } + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentPayload", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Payment` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "deleteEmissionIntensityPaymentPercentByRowId", + "description": "Deletes a single `EmissionIntensityPaymentPercent` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentByRowIdInput", + "ofType": null + } + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteEmissionIntensityPaymentPercentPayload", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PaymentsEdge", - "description": "A `Payment` edge in the connection.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "deleteEmissionIntensityReport", + "description": "Deletes a single `EmissionIntensityReport` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityReportInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "OBJECT", + "name": "DeleteEmissionIntensityReportPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Payment` at the end of the edge.", - "args": [], + "name": "deleteEmissionIntensityReportByRowId", + "description": "Deletes a single `EmissionIntensityReport` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteEmissionIntensityReportByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { "kind": "OBJECT", - "name": "Payment", + "name": "DeleteEmissionIntensityReportPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "PaymentsOrderBy", - "description": "Methods to use when ordering `Payment`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "ADJUSTED_GROSS_AMOUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "ADJUSTED_GROSS_AMOUNT_DESC", - "description": null, + "name": "deleteFormChange", + "description": "Deletes a single `FormChange` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFormChangeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFormChangePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ADJUSTED_NET_AMOUNT_ASC", - "description": null, + "name": "deleteFormChangeByRowId", + "description": "Deletes a single `FormChange` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFormChangeByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFormChangePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ADJUSTED_NET_AMOUNT_DESC", - "description": null, + "name": "deleteFundingParameter", + "description": "Deletes a single `FundingParameter` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingParameterInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFundingParameterPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_AT_ASC", - "description": null, + "name": "deleteFundingParameterByRowId", + "description": "Deletes a single `FundingParameter` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingParameterByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFundingParameterPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, + "name": "deleteFundingStream", + "description": "Deletes a single `FundingStream` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFundingStreamPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_ASC", - "description": null, + "name": "deleteFundingStreamByRowId", + "description": "Deletes a single `FundingStream` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFundingStreamPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, + "name": "deleteFundingStreamRfp", + "description": "Deletes a single `FundingStreamRfp` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamRfpInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFundingStreamRfpPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "deleteFundingStreamRfpByRowId", + "description": "Deletes a single `FundingStreamRfp` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamRfpByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFundingStreamRfpPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "deleteFundingStreamRfpProjectStatus", + "description": "Deletes a single `FundingStreamRfpProjectStatus` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamRfpProjectStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFundingStreamRfpProjectStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "deleteFundingStreamRfpProjectStatusByRowId", + "description": "Deletes a single `FundingStreamRfpProjectStatus` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteFundingStreamRfpProjectStatusByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteFundingStreamRfpProjectStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "deleteMilestoneReport", + "description": "Deletes a single `MilestoneReport` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMilestoneReportInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteMilestoneReportPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, + "name": "deleteMilestoneReportByRowId", + "description": "Deletes a single `MilestoneReport` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMilestoneReportByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteMilestoneReportPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, + "name": "deleteProjectContact", + "description": "Deletes a single `ProjectContact` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectContactInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectContactPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "deleteProjectContactByRowId", + "description": "Deletes a single `ProjectContact` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectContactByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectContactPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "deleteProjectManager", + "description": "Deletes a single `ProjectManager` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectManagerPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "deleteProjectManagerByRowId", + "description": "Deletes a single `ProjectManager` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectManagerPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "deleteProjectManagerLabel", + "description": "Deletes a single `ProjectManagerLabel` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerLabelInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectManagerLabelPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "deleteProjectManagerLabelByLabel", + "description": "Deletes a single `ProjectManagerLabel` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerLabelByLabelInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectManagerLabelPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, + "name": "deleteProjectManagerLabelByRowId", + "description": "Deletes a single `ProjectManagerLabel` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectManagerLabelByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectManagerLabelPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", - "description": null, + "name": "deleteProjectRevision", + "description": "Deletes a single `ProjectRevision` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectRevisionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectRevisionPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, + "name": "deleteProjectRevisionByRowId", + "description": "Deletes a single `ProjectRevision` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectRevisionByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectRevisionPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, + "name": "deleteProjectStatus", + "description": "Deletes a single `ProjectStatus` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, + "name": "deleteProjectStatusByRowId", + "description": "Deletes a single `ProjectStatus` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectStatusByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, + "name": "deleteProjectType", + "description": "Deletes a single `ProjectType` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectTypePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, + "name": "deleteProjectTypeByName", + "description": "Deletes a single `ProjectType` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteProjectTypeByNameInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteProjectTypePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", - "description": null, + "name": "deleteSector", + "description": "Deletes a single `Sector` using its globally unique id.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteSectorInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteSectorPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "deleteSectorBySectorName", + "description": "Deletes a single `Sector` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteSectorBySectorNameInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteSectorPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "name": "discardEmissionIntensityReport", "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DiscardEmissionIntensityReportInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DiscardEmissionIntensityReportPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "name": "discardFundingParameterFormChange", "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DiscardFundingParameterFormChangeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DiscardFundingParameterFormChangePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "name": "discardMilestoneFormChange", "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DiscardMilestoneFormChangeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DiscardMilestoneFormChangePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "name": "stageDirtyFormChanges", "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "StageDirtyFormChangesInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "StageDirtyFormChangesPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "name": "undoFormChanges", "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UndoFormChangesInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UndoFormChangesPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, + "name": "updateAttachment", + "description": "Updates a single `Attachment` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateAttachmentInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateAttachmentPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, + "name": "updateAttachmentByRowId", + "description": "Updates a single `Attachment` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateAttachmentByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateAttachmentPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "updateChangeStatus", + "description": "Updates a single `ChangeStatus` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateChangeStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateChangeStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "updateChangeStatusByStatus", + "description": "Updates a single `ChangeStatus` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateChangeStatusByStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateChangeStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "updateCifUser", + "description": "Updates a single `CifUser` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCifUserInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCifUserPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "updateCifUserByRowId", + "description": "Updates a single `CifUser` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateCifUserByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateCifUserPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "updateEmissionIntensityPaymentPercent", + "description": "Updates a single `EmissionIntensityPaymentPercent` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateEmissionIntensityPaymentPercentInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateEmissionIntensityPaymentPercentPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "updateEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformance", + "description": "Updates a single `EmissionIntensityPaymentPercent` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateEmissionIntensityPaymentPercentByMaxEmissionIntensityPerformanceInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateEmissionIntensityPaymentPercentPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, + "name": "updateEmissionIntensityPaymentPercentByRowId", + "description": "Updates a single `EmissionIntensityPaymentPercent` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateEmissionIntensityPaymentPercentByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateEmissionIntensityPaymentPercentPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, + "name": "updateEmissionIntensityReport", + "description": "Updates a single `EmissionIntensityReport` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateEmissionIntensityReportInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateEmissionIntensityReportPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, + "name": "updateEmissionIntensityReportByRowId", + "description": "Updates a single `EmissionIntensityReport` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateEmissionIntensityReportByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateEmissionIntensityReportPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, + "name": "updateFormChange", + "description": "Updates a single `FormChange` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFormChangeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFormChangePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", - "description": null, + "name": "updateFormChangeByRowId", + "description": "Updates a single `FormChange` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFormChangeByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFormChangePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, + "name": "updateFundingParameter", + "description": "Updates a single `FundingParameter` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFundingParameterInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFundingParameterPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, + "name": "updateFundingParameterByRowId", + "description": "Updates a single `FundingParameter` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFundingParameterByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFundingParameterPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, + "name": "updateFundingStream", + "description": "Updates a single `FundingStream` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFundingStreamInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFundingStreamPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "updateFundingStreamByRowId", + "description": "Updates a single `FundingStream` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFundingStreamByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFundingStreamPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "updateFundingStreamRfp", + "description": "Updates a single `FundingStreamRfp` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFundingStreamRfpInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFundingStreamRfpPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "updateFundingStreamRfpByRowId", + "description": "Updates a single `FundingStreamRfp` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFundingStreamRfpByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFundingStreamRfpPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "updateFundingStreamRfpProjectStatus", + "description": "Updates a single `FundingStreamRfpProjectStatus` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFundingStreamRfpProjectStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFundingStreamRfpProjectStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, + "name": "updateFundingStreamRfpProjectStatusByRowId", + "description": "Updates a single `FundingStreamRfpProjectStatus` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateFundingStreamRfpProjectStatusByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateFundingStreamRfpProjectStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", - "description": null, + "name": "updateMilestoneReport", + "description": "Updates a single `MilestoneReport` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateMilestoneReportInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateMilestoneReportPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, + "name": "updateMilestoneReportByRowId", + "description": "Updates a single `MilestoneReport` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateMilestoneReportByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateMilestoneReportPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, + "name": "updateProjectContact", + "description": "Updates a single `ProjectContact` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectContactInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectContactPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, + "name": "updateProjectContactByRowId", + "description": "Updates a single `ProjectContact` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectContactByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectContactPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", - "description": null, + "name": "updateProjectManager", + "description": "Updates a single `ProjectManager` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectManagerInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectManagerPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", - "description": null, + "name": "updateProjectManagerByRowId", + "description": "Updates a single `ProjectManager` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectManagerByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectManagerPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_ASC", - "description": null, + "name": "updateProjectManagerLabel", + "description": "Updates a single `ProjectManagerLabel` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectManagerLabelInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectManagerLabelPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_DESC", - "description": null, + "name": "updateProjectManagerLabelByLabel", + "description": "Updates a single `ProjectManagerLabel` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectManagerLabelByLabelInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectManagerLabelPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "DATE_SENT_TO_CSNR_ASC", - "description": null, + "name": "updateProjectManagerLabelByRowId", + "description": "Updates a single `ProjectManagerLabel` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectManagerLabelByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectManagerLabelPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "DATE_SENT_TO_CSNR_DESC", - "description": null, + "name": "updateProjectRevision", + "description": "Updates a single `ProjectRevision` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectRevisionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectRevisionPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", - "description": null, + "name": "updateProjectRevisionByRowId", + "description": "Updates a single `ProjectRevision` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectRevisionByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectRevisionPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", - "description": null, + "name": "updateProjectStatus", + "description": "Updates a single `ProjectStatus` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectStatusInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", - "description": null, + "name": "updateProjectStatusByRowId", + "description": "Updates a single `ProjectStatus` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectStatusByRowIdInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectStatusPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", - "description": null, + "name": "updateProjectType", + "description": "Updates a single `ProjectType` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectTypePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", - "description": null, + "name": "updateProjectTypeByName", + "description": "Updates a single `ProjectType` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectTypeByNameInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateProjectTypePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_ASC", - "description": null, + "name": "updateReportType", + "description": "Updates a single `ReportType` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateReportTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateReportTypePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_DESC", - "description": null, + "name": "updateReportTypeByName", + "description": "Updates a single `ReportType` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateReportTypeByNameInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateReportTypePayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_ASC", - "description": null, + "name": "updateSector", + "description": "Updates a single `Sector` using its globally unique id and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateSectorInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateSectorPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_DESC", - "description": null, + "name": "updateSectorBySectorName", + "description": "Updates a single `Sector` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateSectorBySectorNameInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateSectorPayload", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "Node", + "description": "An object with a globally unique `ID`.", + "fields": [ { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_ASC", - "description": null, + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Attachment", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ChangeStatus", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Contact", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "EmissionIntensityPaymentPercent", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "EmissionIntensityReport", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "FormChange", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "FundingParameter", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "FundingStream", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatus", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "MilestoneReport", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Operator", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Payment", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Project", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProjectContact", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProjectManager", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "Query", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ReportType", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null }, { - "name": "REPORTING_REQUIREMENT_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "Sector", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "Operator", + "description": "Table containing information about a CIF operator", + "fields": [ { - "name": "UPDATED_AT_ASC", - "description": null, + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", - "description": null, + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", - "description": null, + "name": "bcRegistryId", + "description": "The bc registry id assigned to this operator", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Project", - "description": "Table containing information about a CIF Project", - "fields": [ - { - "name": "additionalSectorInformation", - "description": "Any additional information about this project in reference to the industry sector such as a sub-sector", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `Operator`.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `Operator`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `Operator`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "attachmentsByProjectId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cifUsersByProjectOperatorIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -131666,7 +131052,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -131676,7 +131062,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -131699,7 +131085,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -131723,7 +131109,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -131732,7 +131118,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -131745,7 +131131,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "OperatorCifUsersByProjectOperatorIdAndArchivedByManyToManyConnection", "ofType": null } }, @@ -131753,8 +131139,8 @@ "deprecationReason": null }, { - "name": "changeStatusesByProjectRevisionProjectIdAndChangeStatus", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "name": "cifUsersByProjectOperatorIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -131781,7 +131167,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -131791,7 +131177,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -131838,7 +131224,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -131847,7 +131233,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ChangeStatusesOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -131860,7 +131246,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectChangeStatusesByProjectRevisionProjectIdAndChangeStatusManyToManyConnection", + "name": "OperatorCifUsersByProjectOperatorIdAndCreatedByManyToManyConnection", "ofType": null } }, @@ -131868,43 +131254,7 @@ "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cifUsersByAttachmentProjectIdAndArchivedBy", + "name": "cifUsersByProjectOperatorIdAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -132011,7 +131361,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndArchivedByManyToManyConnection", + "name": "OperatorCifUsersByProjectOperatorIdAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -132019,8 +131369,36 @@ "deprecationReason": null }, { - "name": "cifUsersByAttachmentProjectIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -132047,7 +131425,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -132057,7 +131435,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -132104,7 +131482,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -132113,7 +131491,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -132126,7 +131504,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndCreatedByManyToManyConnection", + "name": "OperatorFundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -132134,8 +131512,60 @@ "deprecationReason": null }, { - "name": "cifUsersByAttachmentProjectIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "legalName", + "description": "The legal name of this operator", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "operatorCode", + "description": "The operator code is a set of characters that uniquely identifies the operator and is used in the cif.project table as part of the propsal_reference", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pendingFormChange", + "description": "Returns the pending form change editing the operator created by the current user, if it exists.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectStatusesByProjectOperatorIdAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -132162,7 +131592,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -132172,7 +131602,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -132219,7 +131649,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -132228,7 +131658,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -132241,7 +131671,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndUpdatedByManyToManyConnection", + "name": "OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -132249,8 +131679,8 @@ "deprecationReason": null }, { - "name": "cifUsersByFundingParameterProjectIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "projectTypesByProjectOperatorIdAndProjectType", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -132277,7 +131707,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -132287,7 +131717,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -132334,7 +131764,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -132343,7 +131773,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -132356,7 +131786,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndArchivedByManyToManyConnection", + "name": "OperatorProjectTypesByProjectOperatorIdAndProjectTypeManyToManyConnection", "ofType": null } }, @@ -132364,8 +131794,8 @@ "deprecationReason": null }, { - "name": "cifUsersByFundingParameterProjectIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "projectsByOperatorId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -132392,7 +131822,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -132402,7 +131832,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -132425,7 +131855,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -132449,7 +131879,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -132458,7 +131888,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -132471,7 +131901,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndCreatedByManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, @@ -132479,8 +131909,24 @@ "deprecationReason": null }, { - "name": "cifUsersByFundingParameterProjectIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "rowId", + "description": "Unique ID for the operator", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sectorsByProjectOperatorIdAndSectorName", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -132507,7 +131953,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -132517,7 +131963,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -132564,7 +132010,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -132573,7 +132019,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -132586,7 +132032,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndUpdatedByManyToManyConnection", + "name": "OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyConnection", "ofType": null } }, @@ -132594,114 +132040,63 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectContactProjectIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "swrsLegalName", + "description": "The legal name of this operator as last imported from SWRS", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "swrsOrganisationId", + "description": "The organisation ID from the ggircs database as assigned by the federal Single Window Reporting System", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "swrsTradeName", + "description": "The trade name of this operator as last imported from SWRS", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tradeName", + "description": "The trade name of this operator", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndArchivedByManyToManyConnection", + "kind": "SCALAR", + "name": "Datetime", "ofType": null } }, @@ -132709,114 +132104,88 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectContactProjectIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndArchivedByManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndCreatedByManyToManyConnection", + "name": "PageInfo", "ofType": null } }, @@ -132824,123 +132193,59 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectContactProjectIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndUpdatedByManyToManyConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUsersByProjectManagerProjectIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByArchivedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -132967,7 +132272,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -132977,7 +132282,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -133024,7 +132329,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -133033,7 +132338,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -133046,122 +132351,78 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndArchivedByManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ { - "name": "cifUsersByProjectManagerProjectIdAndCifUserId", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndCreatedByManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndCifUserIdManyToManyConnection", + "name": "PageInfo", "ofType": null } }, @@ -133169,8 +132430,59 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectManagerProjectIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByCreatedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -133197,7 +132509,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -133207,7 +132519,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -133254,7 +132566,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -133263,7 +132575,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -133276,122 +132588,78 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndCreatedByManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ { - "name": "cifUsersByProjectManagerProjectIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndUpdatedByManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndUpdatedByManyToManyConnection", + "name": "PageInfo", "ofType": null } }, @@ -133399,8 +132667,59 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectRevisionProjectIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorCifUsersByProjectOperatorIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -133427,7 +132746,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -133437,7 +132756,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -133484,7 +132803,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -133493,7 +132812,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -133506,122 +132825,506 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByProjectRevisionProjectIdAndCreatedByManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OperatorCondition", + "description": "A condition to be used against `Operator` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "cifUsersByProjectRevisionProjectIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "bcRegistryId", + "description": "Checks for equality with the object’s `bcRegistryId` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "legalName", + "description": "Checks for equality with the object’s `legalName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatorCode", + "description": "Checks for equality with the object’s `operatorCode` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "swrsLegalName", + "description": "Checks for equality with the object’s `swrsLegalName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "swrsOrganisationId", + "description": "Checks for equality with the object’s `swrsOrganisationId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "swrsTradeName", + "description": "Checks for equality with the object’s `swrsTradeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tradeName", + "description": "Checks for equality with the object’s `tradeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", + "description": "A filter to be used against `Operator` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", + } + } + }, + "defaultValue": null + }, + { + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "bcRegistryId", + "description": "Filter by the object’s `bcRegistryId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "legalName", + "description": "Filter by the object’s `legalName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatorCode", + "description": "Filter by the object’s `operatorCode` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", + } + } + }, + "defaultValue": null + }, + { + "name": "projectsByOperatorId", + "description": "Filter by the object’s `projectsByOperatorId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OperatorToManyProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsByOperatorIdExist", + "description": "Some related `projectsByOperatorId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "swrsLegalName", + "description": "Filter by the object’s `swrsLegalName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "swrsOrganisationId", + "description": "Filter by the object’s `swrsOrganisationId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "swrsTradeName", + "description": "Filter by the object’s `swrsTradeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tradeName", + "description": "Filter by the object’s `tradeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorFundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "OperatorFundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpIdManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `FundingStreamRfp` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByProjectRevisionProjectIdAndUpdatedByManyToManyConnection", + "name": "PageInfo", "ofType": null } }, @@ -133629,8 +133332,59 @@ "deprecationReason": null }, { - "name": "cifUsersByReportingRequirementProjectIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "totalCount", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorFundingStreamRfpsByProjectOperatorIdAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `FundingStreamRfp` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -133657,7 +133411,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -133667,7 +133421,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -133714,7 +133468,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -133723,7 +133477,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -133736,122 +133490,78 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndArchivedByManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", + "fields": [ { - "name": "cifUsersByReportingRequirementProjectIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", + "name": "edges", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `ProjectStatus` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndCreatedByManyToManyConnection", + "name": "PageInfo", "ofType": null } }, @@ -133859,8 +133569,59 @@ "deprecationReason": null }, { - "name": "cifUsersByReportingRequirementProjectIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "totalCount", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorProjectStatusesByProjectOperatorIdAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -133887,7 +133648,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -133897,7 +133658,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -133944,7 +133705,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -133953,7 +133714,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -133966,28 +133727,138 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndUpdatedByManyToManyConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorProjectTypesByProjectOperatorIdAndProjectTypeManyToManyConnection", + "description": "A connection to a list of `ProjectType` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OperatorProjectTypesByProjectOperatorIdAndProjectTypeManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "comments", - "description": "General comments pertaining to the project", + "name": "nodes", + "description": "A list of `ProjectType` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ProjectType` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorProjectTypesByProjectOperatorIdAndProjectTypeManyToManyEdge", + "description": "A `ProjectType` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "contactsByProjectContactProjectIdAndContactId", - "description": "Reads and enables pagination through a set of `Contact`.", + "name": "node", + "description": "The `ProjectType` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByProjectType", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -134014,7 +133885,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -134024,7 +133895,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ContactFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -134071,7 +133942,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Contact`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -134080,7 +133951,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ContactsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -134093,7 +133964,78 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsByProjectContactProjectIdAndContactIdManyToManyConnection", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyConnection", + "description": "A connection to a list of `Sector` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `Sector` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } }, @@ -134101,36 +134043,59 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "totalCount", + "description": "The count of *all* `Sector` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorSectorsByProjectOperatorIdAndSectorNameManyToManyEdge", + "description": "A `Sector` edge in the connection, with data from `Project`.", + "fields": [ { - "name": "createdBy", - "description": "created by user id", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingParametersByProjectId", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "node", + "description": "The `Sector` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsBySectorName", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -134157,7 +134122,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -134167,7 +134132,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -134190,7 +134155,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -134214,7 +134179,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -134223,7 +134188,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -134236,448 +134201,119 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "fundingStreamRfpByFundingStreamRfpId", - "description": "Reads a single `FundingStreamRfp` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpId", - "description": "The id of the funding_stream_rfp (cif.funding_stream_rfp.id) that was selected when creating the project", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OperatorToManyProjectFilter", + "description": "A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "name": "every", + "description": "Every related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "latestCommittedProjectRevision", - "description": "Returns the latest project revision with a change_status of committed for the given project", - "args": [], + "name": "none", + "description": "No related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "OBJECT", - "name": "ProjectRevision", + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "operatorByOperatorId", - "description": "Reads a single `Operator` that is related to this `Project`.", - "args": [], + "name": "some", + "description": "Some related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "OBJECT", - "name": "Operator", + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorsConnection", + "description": "A connection to a list of `Operator` values.", + "fields": [ { - "name": "operatorId", - "description": "Foreign key references the cif.operator table", + "name": "edges", + "description": "A list of edges which contains the `Operator` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pendingProjectRevision", - "description": "Returns the pending project revision for the project", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectRevision", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectContactsByProjectId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", - "type": { - "kind": "LIST", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectContactsOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "OperatorsEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectContactsConnection", - "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "nodes", + "description": "A list of `Operator` objects.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectProjectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelIdManyToManyConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Operator", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagersByProjectId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "PageInfo", "ofType": null } }, @@ -134685,682 +134321,710 @@ "deprecationReason": null }, { - "name": "projectName", - "description": "The name of the project", + "name": "totalCount", + "description": "The count of *all* `Operator` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "OperatorsEdge", + "description": "A `Operator` edge in the connection.", + "fields": [ { - "name": "projectRevisionsByProjectId", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Cursor", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatusByProjectStatusId", - "description": "Reads a single `ProjectStatus` that is related to this `Project`.", + "name": "node", + "description": "The `Operator` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "Operator", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "OperatorsOrderBy", + "description": "Methods to use when ordering `Operator`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "projectStatusId", - "description": "The id of the project_status (cif.project_status.id) that the project is currently in", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectStatusesByAttachmentProjectIdAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyConnection", - "ofType": null - } - }, + "name": "ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "proposalReference", - "description": "Unique identifier internal to the CIF team. As of the 2022 RFPs, the current format is YYYY-RFP-0-ABCD-000. Projects for the 2019 and 2020 RFPs may use a different format.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportTypesByReportingRequirementProjectIdAndReportType", - "description": "Reads and enables pagination through a set of `ReportType`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportTypeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportTypeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ReportType`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ReportTypesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectReportTypesByReportingRequirementProjectIdAndReportTypeManyToManyConnection", - "ofType": null - } - }, + "name": "ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementsByProjectId", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ReportingRequirementsConnection", - "ofType": null - } - }, + "name": "BC_REGISTRY_ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "rowId", - "description": "Unique ID for the project", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "BC_REGISTRY_ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sectorBySectorName", - "description": "Reads a single `Sector` that is related to this `Project`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Sector", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sectorName", - "description": "The industry sector this project relates to", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "summary", - "description": "Summary of the project", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalFundingRequest", - "description": "The total amount of funding requested for the project", - "args": [], - "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LEGAL_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LEGAL_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPERATOR_CODE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPERATOR_CODE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECTS_BY_OPERATOR_ID__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECTS_BY_OPERATOR_ID__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SWRS_LEGAL_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SWRS_LEGAL_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SWRS_ORGANISATION_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SWRS_ORGANISATION_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SWRS_TRADE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SWRS_TRADE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TRADE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TRADE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProjectChangeStatusesByProjectRevisionProjectIdAndChangeStatusManyToManyConnection", - "description": "A connection to a list of `ChangeStatus` values, with data from `ProjectRevision`.", + "name": "PageInfo", + "description": "Information about pagination in a connection.", "fields": [ { - "name": "edges", - "description": "A list of edges which contains the `ChangeStatus`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "name": "endCursor", + "description": "When paginating forwards, the cursor to continue.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectChangeStatusesByProjectRevisionProjectIdAndChangeStatusManyToManyEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Cursor", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `ChangeStatus` objects.", + "name": "hasNextPage", + "description": "When paginating forwards, are there more items?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeStatus", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "hasPreviousPage", + "description": "When paginating backwards, are there more items?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -135368,17 +135032,13 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `ChangeStatus` you could get from the connection.", + "name": "startCursor", + "description": "When paginating backwards, the cursor to continue.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Cursor", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -135391,345 +135051,103 @@ }, { "kind": "OBJECT", - "name": "ProjectChangeStatusesByProjectRevisionProjectIdAndChangeStatusManyToManyEdge", - "description": "A `ChangeStatus` edge in the connection, with data from `ProjectRevision`.", + "name": "Payment", + "description": "Table containing information about reporting requirements payments", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "adjustedGrossAmount", + "description": "The adjusted value of the gross amount of the payment which is the amount before deducting any holdback amount", "args": [], "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "BigFloat", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `ChangeStatus` at the end of the edge.", + "name": "adjustedNetAmount", + "description": "The adjusted value of the net amount of the payment which is the amount actually paid out, after deducting any holdback amount", "args": [], "type": { - "kind": "OBJECT", - "name": "ChangeStatus", + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectRevisionsByChangeStatus", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", + "name": "archivedBy", + "description": "archived by user id", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `Payment`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `Payment`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `Payment`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ + }, { - "name": "attachmentsByArchivedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AttachmentsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "createdAt", + "description": "created at timestamp", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "AttachmentsConnection", + "kind": "SCALAR", + "name": "Datetime", "ofType": null } }, @@ -135737,94 +135155,67 @@ "deprecationReason": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "createdBy", + "description": "created by user id", "args": [], "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", + "name": "dateSentToCsnr", + "description": "The date the payment was issued", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndCreatedByManyToManyEdge", - "ofType": null - } - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", + "name": "reportingRequirementByReportingRequirementId", + "description": "Reads a single `ReportingRequirement` that is related to this `Payment`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "OBJECT", + "name": "ReportingRequirement", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "reportingRequirementId", + "description": "Foreign key references the cif.reporting_requirement table", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -135832,8 +135223,8 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "name": "rowId", + "description": "Unique ID for the payment", "args": [], "type": { "kind": "NON_NULL", @@ -135846,127 +135237,17 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ + }, { - "name": "attachmentsByCreatedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AttachmentsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "AttachmentsConnection", + "kind": "SCALAR", + "name": "Datetime", "ofType": null } }, @@ -135974,24 +135255,12 @@ "deprecationReason": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "updatedBy", + "description": "updated by user id", "args": [], "type": { "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -135999,492 +135268,382 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "PaymentCondition", + "description": "A condition to be used against `Payment` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], + "name": "adjustedGrossAmount", + "description": "Checks for equality with the object’s `adjustedGrossAmount` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "adjustedNetAmount", + "description": "Checks for equality with the object’s `adjustedNetAmount` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } + "kind": "SCALAR", + "name": "BigFloat", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByAttachmentProjectIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ + "defaultValue": null + }, { - "name": "attachmentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AttachmentsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AttachmentsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "dateSentToCsnr", + "description": "Checks for equality with the object’s `dateSentToCsnr` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "reportingRequirementId", + "description": "Checks for equality with the object’s `reportingRequirementId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", + "description": "A filter to be used against `Payment` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", - "args": [], + "name": "adjustedGrossAmount", + "description": "Filter by the object’s `adjustedGrossAmount` field.", "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "adjustedNetAmount", + "description": "Filter by the object’s `adjustedNetAmount` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndArchivedByManyToManyEdge", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", + "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dateSentToCsnr", + "description": "Filter by the object’s `dateSentToCsnr` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "PaymentFilter", "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "reportingRequirementByReportingRequirementId", + "description": "Filter by the object’s `reportingRequirementByReportingRequirementId` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "reportingRequirementId", + "description": "Filter by the object’s `reportingRequirementId` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "fundingParametersByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingParametersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingParametersConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "name": "PaymentsConnection", + "description": "A connection to a list of `Payment` values.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Payment` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -136497,7 +135656,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndCreatedByManyToManyEdge", + "name": "PaymentsEdge", "ofType": null } } @@ -136508,7 +135667,7 @@ }, { "name": "nodes", - "description": "A list of `CifUser` objects.", + "description": "A list of `Payment` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -136518,7 +135677,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "CifUser", + "name": "Payment", "ofType": null } } @@ -136544,7 +135703,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "description": "The count of *all* `Payment` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -136566,8 +135725,8 @@ }, { "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "name": "PaymentsEdge", + "description": "A `Payment` edge in the connection.", "fields": [ { "name": "cursor", @@ -136581,128 +135740,13 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "fundingParametersByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingParametersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingParametersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", - "description": "The `CifUser` at the end of the edge.", + "description": "The `Payment` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "Payment", "ofType": null }, "isDeprecated": false, @@ -136715,112 +135759,774 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", - "fields": [ + "kind": "ENUM", + "name": "PaymentsOrderBy", + "description": "Methods to use when ordering `Payment`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "ADJUSTED_GROSS_AMOUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, + "name": "ADJUSTED_GROSS_AMOUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "ADJUSTED_NET_AMOUNT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "ADJUSTED_NET_AMOUNT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } + }, + { + "name": "ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATE_SENT_TO_CSNR_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATE_SENT_TO_CSNR_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__COMMENTS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORTING_REQUIREMENT_INDEX_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_DUE_DATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__REPORT_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__SUBMITTED_DATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_BY_REPORTING_REQUIREMENT_ID__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REPORTING_REQUIREMENT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProjectCifUsersByFundingParameterProjectIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "name": "Project", + "description": "Table containing information about a CIF Project", "fields": [ { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "additionalSectorInformation", + "description": "Any additional information about this project in reference to the industry sector such as a sub-sector", "args": [], "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingParametersByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attachmentsByProjectId", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -136847,7 +136553,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -136857,7 +136563,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -136880,7 +136586,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -136904,7 +136610,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -136913,7 +136619,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -136926,150 +136632,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingParametersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "AttachmentsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectContactsByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "changeStatusesByProjectRevisionProjectIdAndChangeStatus", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", "args": [ { "name": "after", @@ -137096,7 +136668,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "ChangeStatusCondition", "ofType": null }, "defaultValue": null @@ -137106,7 +136678,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "ChangeStatusFilter", "ofType": null }, "defaultValue": null @@ -137153,7 +136725,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `ChangeStatus`.", "type": { "kind": "LIST", "name": null, @@ -137162,7 +136734,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "ChangeStatusesOrderBy", "ofType": null } } @@ -137175,126 +136747,40 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "ProjectChangeStatusesByProjectRevisionProjectIdAndChangeStatusManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `Project`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `Project`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "OBJECT", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `Project`.", "args": [], "type": { "kind": "OBJECT", @@ -137305,8 +136791,8 @@ "deprecationReason": null }, { - "name": "projectContactsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "cifUsersByAttachmentProjectIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -137333,7 +136819,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -137343,7 +136829,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -137390,7 +136876,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -137399,7 +136885,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -137412,138 +136898,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "ProjectCifUsersByAttachmentProjectIdAndArchivedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectContactProjectIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectContactsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "cifUsersByAttachmentProjectIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -137570,7 +136934,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -137580,7 +136944,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -137627,7 +136991,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -137636,7 +137000,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -137649,138 +137013,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectCifUsersByAttachmentProjectIdAndCreatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectManagersByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "cifUsersByAttachmentProjectIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -137807,7 +137049,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -137817,7 +137059,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -137864,7 +137106,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -137873,7 +137115,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -137886,138 +137128,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndCifUserIdManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndCifUserIdManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectCifUsersByAttachmentProjectIdAndUpdatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndCifUserIdManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectManagersByCifUserId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "cifUsersByFundingParameterProjectIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -138044,7 +137164,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -138054,7 +137174,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -138101,7 +137221,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -138110,7 +137230,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -138123,138 +137243,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectCifUsersByFundingParameterProjectIdAndArchivedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectManagersByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "cifUsersByFundingParameterProjectIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -138281,7 +137279,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -138291,7 +137289,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -138338,7 +137336,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -138347,7 +137345,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -138360,138 +137358,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectCifUsersByFundingParameterProjectIdAndCreatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectManagerProjectIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectManagersByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "cifUsersByFundingParameterProjectIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -138518,7 +137394,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -138528,7 +137404,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -138575,7 +137451,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -138584,7 +137460,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -138597,138 +137473,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectRevisionProjectIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectRevision`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectRevision`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectRevisionProjectIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectCifUsersByFundingParameterProjectIdAndUpdatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectRevisionProjectIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectRevision`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectRevisionsByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "cifUsersByProjectContactProjectIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -138755,7 +137509,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -138765,7 +137519,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -138780,6 +137534,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -138802,7 +137566,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -138811,7 +137575,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -138824,138 +137588,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectRevisionProjectIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectRevision`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectRevision`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectRevisionProjectIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectCifUsersByProjectContactProjectIdAndArchivedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByProjectRevisionProjectIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectRevision`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "projectRevisionsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "cifUsersByProjectContactProjectIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -138982,7 +137624,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -138992,7 +137634,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -139007,6 +137649,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -139029,7 +137681,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -139038,7 +137690,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -139051,78 +137703,122 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", + "name": "ProjectCifUsersByProjectContactProjectIdAndCreatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", + "name": "cifUsersByProjectContactProjectIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "ProjectCifUsersByProjectContactProjectIdAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -139130,59 +137826,123 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "cifUsersByProjectManagerProjectIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndArchivedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "reportingRequirementsByArchivedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "cifUsersByProjectManagerProjectIdAndCifUserId", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -139209,7 +137969,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -139219,7 +137979,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -139266,7 +138026,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -139275,7 +138035,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -139288,78 +138048,122 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectCifUsersByProjectManagerProjectIdAndCifUserIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "name": "cifUsersByProjectManagerProjectIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndCreatedByManyToManyEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "ProjectCifUsersByProjectManagerProjectIdAndCreatedByManyToManyConnection", "ofType": null } }, @@ -139367,59 +138171,123 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "cifUsersByProjectManagerProjectIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndUpdatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reportingRequirementsByCreatedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "cifUsersByProjectRevisionProjectIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -139446,7 +138314,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -139456,7 +138324,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -139503,7 +138371,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -139512,7 +138380,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -139525,78 +138393,237 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectCifUsersByProjectRevisionProjectIdAndCreatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "name": "cifUsersByProjectRevisionProjectIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndUpdatedByManyToManyEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } } - } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectRevisionProjectIdAndUpdatedByManyToManyConnection", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "cifUsersByReportingRequirementProjectIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndArchivedByManyToManyConnection", "ofType": null } }, @@ -139604,59 +138631,123 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], + "name": "cifUsersByReportingRequirementProjectIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndCreatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectCifUsersByReportingRequirementProjectIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "reportingRequirementsByUpdatedBy", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "cifUsersByReportingRequirementProjectIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -139683,7 +138774,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -139693,7 +138784,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -139740,7 +138831,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -139749,7 +138840,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -139762,287 +138853,488 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndUpdatedByManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "description": "A condition to be used against `Project` object types. All fields are tested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "additionalSectorInformation", - "description": "Checks for equality with the object’s `additionalSectorInformation` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null }, { "name": "comments", - "description": "Checks for equality with the object’s `comments` field.", + "description": "General comments pertaining to the project", + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpId", - "description": "Checks for equality with the object’s `fundingStreamRfpId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "operatorId", - "description": "Checks for equality with the object’s `operatorId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectName", - "description": "Checks for equality with the object’s `projectName` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectStatusId", - "description": "Checks for equality with the object’s `projectStatusId` field.", + "name": "contactsByProjectContactProjectIdAndContactId", + "description": "Reads and enables pagination through a set of `Contact`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Contact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsByProjectContactProjectIdAndContactIdManyToManyConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "proposalReference", - "description": "Checks for equality with the object’s `proposalReference` field.", + "name": "createdAt", + "description": "created at timestamp", + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", + "name": "createdBy", + "description": "created by user id", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null - }, - { - "name": "sectorName", - "description": "Checks for equality with the object’s `sectorName` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "summary", - "description": "Checks for equality with the object’s `summary` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "totalFundingRequest", - "description": "Checks for equality with the object’s `totalFundingRequest` field.", + "name": "fundingParametersByProjectId", + "description": "Reads and enables pagination through a set of `FundingParameter`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingParameter`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingParametersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { - "kind": "SCALAR", - "name": "BigFloat", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingParametersConnection", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "name": "fundingStreamRfpByFundingStreamRfpId", + "description": "Reads a single `FundingStreamRfp` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "FundingStreamRfp", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectContact", - "description": "Join table to track assignment of contacts to projects", - "fields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "fundingStreamRfpId", + "description": "The id of the funding_stream_rfp (cif.funding_stream_rfp.id) that was selected when creating the project", "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "name": "latestCommittedProjectRevision", + "description": "Returns the latest project revision with a change_status of committed for the given project", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ProjectRevision", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "name": "operatorByOperatorId", + "description": "Reads a single `Operator` that is related to this `Project`.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "Operator", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", + "name": "operatorId", + "description": "Foreign key references the cif.operator table", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "contactByContactId", - "description": "Reads a single `Contact` that is related to this `ProjectContact`.", + "name": "pendingProjectRevision", + "description": "Returns the pending project revision for the project", "args": [], "type": { "kind": "OBJECT", - "name": "Contact", + "name": "ProjectRevision", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "contactId", - "description": "Foreign key to the contact", - "args": [], + "name": "projectContactsByProjectId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectContact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectContactsConnection", "ofType": null } }, @@ -140050,15 +139342,114 @@ "deprecationReason": null }, { - "name": "contactIndex", - "description": "The zero-based index of the contact in the project", - "args": [], + "name": "projectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManagerLabel`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagerLabelsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectProjectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelIdManyToManyConnection", "ofType": null } }, @@ -140066,15 +139457,114 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", - "args": [], + "name": "projectManagersByProjectId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManager`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "OBJECT", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -140082,27 +139572,120 @@ "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "projectName", + "description": "The name of the project", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], + "name": "projectRevisionsByProjectId", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "ProjectRevisionsConnection", "ofType": null } }, @@ -140110,20 +139693,20 @@ "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectContact`.", + "name": "projectStatusByProjectStatusId", + "description": "Reads a single `ProjectStatus` that is related to this `Project`.", "args": [], "type": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectId", - "description": "Foreign key to the project", + "name": "projectStatusId", + "description": "The id of the project_status (cif.project_status.id) that the project is currently in", "args": [], "type": { "kind": "NON_NULL", @@ -140138,15 +139721,114 @@ "deprecationReason": null }, { - "name": "rowId", - "description": "Unique ID for the project contact record", - "args": [], + "name": "projectStatusesByAttachmentProjectIdAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -140154,470 +139836,279 @@ "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "projectType", + "description": "The type of the project (e.g. fuel switching)", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "projectTypeByProjectType", + "description": "Reads a single `ProjectType` that is related to this `Project`.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectType", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", - "description": "A condition to be used against `ProjectContact` object types. All fields are\ntested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + }, { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contactId", - "description": "Checks for equality with the object’s `contactId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contactIndex", - "description": "Checks for equality with the object’s `contactIndex` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectId", - "description": "Checks for equality with the object’s `projectId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "description": "A filter to be used against `ProjectContact` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "proposalReference", + "description": "Unique identifier internal to the CIF team. As of the 2022 RFPs, the current format is YYYY-RFP-0-ABCD-000. Projects for the 2019 and 2020 RFPs may use a different format.", + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contactByContactId", - "description": "Filter by the object’s `contactByContactId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contactId", - "description": "Filter by the object’s `contactId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contactIndex", - "description": "Filter by the object’s `contactIndex` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "name": "reportTypesByReportingRequirementProjectIdAndReportType", + "description": "Reads and enables pagination through a set of `ReportType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "ReportTypeCondition", "ofType": null - } + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" } - }, - "defaultValue": null - }, - { - "name": "projectByProjectId", - "description": "Filter by the object’s `projectByProjectId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectId", - "description": "Filter by the object’s `projectId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectContactInput", - "description": "An input for mutations affecting `ProjectContact`", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "contactId", - "description": "Foreign key to the contact", + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectReportTypesByReportingRequirementProjectIdAndReportTypeManyToManyConnection", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contactIndex", - "description": "The zero-based index of the contact in the project", + "name": "reportingRequirementsByProjectId", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", "ofType": null } }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectId", - "description": "Foreign key to the project", + "name": "rowId", + "description": "Unique ID for the project", + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -140627,142 +140118,121 @@ "ofType": null } }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectContactPatch", - "description": "Represents an update to a `ProjectContact`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contactId", - "description": "Foreign key to the contact", + "name": "score", + "description": "The score of the project after evaluation by the CIF team", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "BigFloat", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "contactIndex", - "description": "The zero-based index of the contact in the project", + "name": "sectorBySectorName", + "description": "Reads a single `Sector` that is related to this `Project`.", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Sector", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "sectorName", + "description": "The industry sector this project relates to", + "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "summary", + "description": "Summary of the project", + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectId", - "description": "Foreign key to the project", + "name": "totalFundingRequest", + "description": "The total amount of funding requested for the project", + "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "BigFloat", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { "name": "updatedAt", "description": "updated at timestamp", + "args": [], "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { "name": "updatedBy", "description": "updated by user id", + "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null } ], - "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProjectContactsByProjectContactProjectIdAndContactIdManyToManyConnection", - "description": "A connection to a list of `Contact` values, with data from `ProjectContact`.", + "name": "ProjectChangeStatusesByProjectRevisionProjectIdAndChangeStatusManyToManyConnection", + "description": "A connection to a list of `ChangeStatus` values, with data from `ProjectRevision`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Contact`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ChangeStatus`, info from the `ProjectRevision`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -140775,7 +140245,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsByProjectContactProjectIdAndContactIdManyToManyEdge", + "name": "ProjectChangeStatusesByProjectRevisionProjectIdAndChangeStatusManyToManyEdge", "ofType": null } } @@ -140786,7 +140256,7 @@ }, { "name": "nodes", - "description": "A list of `Contact` objects.", + "description": "A list of `ChangeStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -140796,7 +140266,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Contact", + "name": "ChangeStatus", "ofType": null } } @@ -140822,7 +140292,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Contact` you could get from the connection.", + "description": "The count of *all* `ChangeStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -140844,8 +140314,8 @@ }, { "kind": "OBJECT", - "name": "ProjectContactsByProjectContactProjectIdAndContactIdManyToManyEdge", - "description": "A `Contact` edge in the connection, with data from `ProjectContact`.", + "name": "ProjectChangeStatusesByProjectRevisionProjectIdAndChangeStatusManyToManyEdge", + "description": "A `ChangeStatus` edge in the connection, with data from `ProjectRevision`.", "fields": [ { "name": "cursor", @@ -140861,19 +140331,19 @@ }, { "name": "node", - "description": "The `Contact` at the end of the edge.", + "description": "The `ChangeStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Contact", + "name": "ChangeStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectContactsByContactId", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "projectRevisionsByChangeStatus", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -140900,7 +140370,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -140910,7 +140380,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -140925,16 +140395,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -140957,7 +140417,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -140966,7 +140426,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -140979,7 +140439,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "ProjectRevisionsConnection", "ofType": null } }, @@ -140994,12 +140454,12 @@ }, { "kind": "OBJECT", - "name": "ProjectContactsConnection", - "description": "A connection to a list of `ProjectContact` values.", + "name": "ProjectCifUsersByAttachmentProjectIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectContact` and cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -141012,7 +140472,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContactsEdge", + "name": "ProjectCifUsersByAttachmentProjectIdAndArchivedByManyToManyEdge", "ofType": null } } @@ -141023,7 +140483,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectContact` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -141033,7 +140493,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectContact", + "name": "CifUser", "ofType": null } } @@ -141059,7 +140519,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectContact` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -141081,9 +140541,124 @@ }, { "kind": "OBJECT", - "name": "ProjectContactsEdge", - "description": "A `ProjectContact` edge in the connection.", + "name": "ProjectCifUsersByAttachmentProjectIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", "fields": [ + { + "name": "attachmentsByArchivedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttachmentsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "cursor", "description": "A cursor for use in pagination.", @@ -141098,11 +140673,11 @@ }, { "name": "node", - "description": "The `ProjectContact` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectContact", + "name": "CifUser", "ofType": null }, "isDeprecated": false, @@ -141115,1406 +140690,4206 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "ProjectContactsOrderBy", - "description": "Methods to use when ordering `ProjectContact`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "kind": "OBJECT", + "name": "ProjectCifUsersByAttachmentProjectIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", + "fields": [ { - "name": "ARCHIVED_AT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByAttachmentProjectIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByAttachmentProjectIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, + "name": "attachmentsByCreatedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttachmentsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByAttachmentProjectIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", + "fields": [ { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByAttachmentProjectIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByAttachmentProjectIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", - "description": null, + "name": "attachmentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttachmentsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, + "name": "fundingParametersByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingParameter`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingParametersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingParametersConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", - "description": null, + "name": "fundingParametersByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingParameter`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingParametersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingParametersConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingParameter`.", + "fields": [ { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FundingParameter`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByFundingParameterProjectIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingParameter`.", + "fields": [ { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, + "name": "fundingParametersByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingParameter`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingParameter`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingParametersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingParametersConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__ARCHIVED_AT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__ARCHIVED_AT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__ARCHIVED_BY_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__ARCHIVED_BY_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__COMMENTS_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__COMMENTS_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__COMPANY_NAME_ASC", - "description": null, + "name": "projectContactsByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectContact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__COMPANY_NAME_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__CONTACT_POSITION_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__CONTACT_POSITION_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__CREATED_AT_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__CREATED_AT_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__CREATED_BY_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__CREATED_BY_DESC", - "description": null, + "name": "projectContactsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectContact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectContact`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__EMAIL_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__EMAIL_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__FAMILY_NAME_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__FAMILY_NAME_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectContactProjectIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectContact`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__FULL_NAME_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__FULL_NAME_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__FULL_PHONE_ASC", - "description": null, + "name": "projectContactsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectContact`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectContact`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__FULL_PHONE_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__GIVEN_NAME_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__GIVEN_NAME_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__ID_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__ID_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__PHONE_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__PHONE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CONTACT_BY_CONTACT_ID__PHONE_EXT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CONTACT_BY_CONTACT_ID__PHONE_EXT_DESC", - "description": null, + "name": "projectManagersByArchivedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManager`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagersConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndCifUserIdManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "fields": [ { - "name": "CONTACT_BY_CONTACT_ID__UPDATED_AT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndCifUserIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__UPDATED_AT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__UPDATED_BY_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_BY_CONTACT_ID__UPDATED_BY_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndCifUserIdManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "fields": [ { - "name": "CONTACT_ID_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_ID_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CONTACT_INDEX_ASC", - "description": null, + "name": "projectManagersByCifUserId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManager`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagersConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "fields": [ { - "name": "CONTACT_INDEX_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "fields": [ { - "name": "CREATED_BY_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", - "description": null, + "name": "projectManagersByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManager`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagersConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", + "fields": [ { - "name": "NATURAL", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectManagerProjectIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_DESC", - "description": null, + "name": "projectManagersByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManager`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagersConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectRevisionProjectIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectRevision`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectRevisionProjectIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__COMMENTS_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__COMMENTS_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectRevisionProjectIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectRevision`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_ASC", - "description": null, + "name": "projectRevisionsByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectRevisionProjectIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectRevision`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectRevision`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectRevisionProjectIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ID_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ID_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByProjectRevisionProjectIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectRevision`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_ASC", - "description": null, + "name": "projectRevisionsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectRevision`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC", - "description": null, + "name": "reportingRequirementsByArchivedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__SUMMARY_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SUMMARY_DESC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_ASC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_DESC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_ASC", - "description": null, + "name": "reportingRequirementsByCreatedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ReportingRequirement`.", + "fields": [ { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_DESC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_ID_ASC", - "description": null, + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_ID_DESC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectCifUsersByReportingRequirementProjectIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ { - "name": "UPDATED_AT_DESC", - "description": null, + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", - "description": null, + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", - "description": null, + "name": "reportingRequirementsByUpdatedBy", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ReportingRequirement`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportingRequirementsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportingRequirementsConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "description": "A filter to be used against `Project` object types. All fields are combined with a logical ‘and.’", + "name": "ProjectCondition", + "description": "A condition to be used against `Project` object types. All fields are tested for equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { "name": "additionalSectorInformation", - "description": "Filter by the object’s `additionalSectorInformation` field.", + "description": "Checks for equality with the object’s `additionalSectorInformation` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "and", - "description": "Checks for all expressions in this list.", + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, "defaultValue": null }, { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", + "name": "comments", + "description": "Checks for equality with the object’s `comments` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "attachmentsByProjectId", - "description": "Filter by the object’s `attachmentsByProjectId` relation.", + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyAttachmentFilter", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "attachmentsByProjectIdExist", - "description": "Some related `attachmentsByProjectId` exist.", + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "name": "fundingStreamRfpId", + "description": "Checks for equality with the object’s `fundingStreamRfpId` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", + "name": "operatorId", + "description": "Checks for equality with the object’s `operatorId` field.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "name": "projectName", + "description": "Checks for equality with the object’s `projectName` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", + "name": "projectStatusId", + "description": "Checks for equality with the object’s `projectStatusId` field.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "name": "projectType", + "description": "Checks for equality with the object’s `projectType` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", + "name": "proposalReference", + "description": "Checks for equality with the object’s `proposalReference` field.", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "comments", - "description": "Filter by the object’s `comments` field.", + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", + "name": "score", + "description": "Checks for equality with the object’s `score` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", + "name": "sectorName", + "description": "Checks for equality with the object’s `sectorName` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingParametersByProjectId", - "description": "Filter by the object’s `fundingParametersByProjectId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyFundingParameterFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingParametersByProjectIdExist", - "description": "Some related `fundingParametersByProjectId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpByFundingStreamRfpId", - "description": "Filter by the object’s `fundingStreamRfpByFundingStreamRfpId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpId", - "description": "Filter by the object’s `fundingStreamRfpId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "operatorByOperatorId", - "description": "Filter by the object’s `operatorByOperatorId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "operatorId", - "description": "Filter by the object’s `operatorId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "projectContactsByProjectId", - "description": "Filter by the object’s `projectContactsByProjectId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectContactsByProjectIdExist", - "description": "Some related `projectContactsByProjectId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByProjectId", - "description": "Filter by the object’s `projectManagersByProjectId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagersByProjectIdExist", - "description": "Some related `projectManagersByProjectId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectName", - "description": "Filter by the object’s `projectName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectRevisionsByProjectId", - "description": "Filter by the object’s `projectRevisionsByProjectId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectRevisionsByProjectIdExist", - "description": "Some related `projectRevisionsByProjectId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusByProjectStatusId", - "description": "Filter by the object’s `projectStatusByProjectStatusId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectStatusId", - "description": "Filter by the object’s `projectStatusId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "proposalReference", - "description": "Filter by the object’s `proposalReference` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportingRequirementsByProjectId", - "description": "Filter by the object’s `reportingRequirementsByProjectId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportingRequirementsByProjectIdExist", - "description": "Some related `reportingRequirementsByProjectId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorBySectorName", - "description": "Filter by the object’s `sectorBySectorName` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorBySectorNameExists", - "description": "A related `sectorBySectorName` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorName", - "description": "Filter by the object’s `sectorName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { "name": "summary", - "description": "Filter by the object’s `summary` field.", + "description": "Checks for equality with the object’s `summary` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null }, { "name": "totalFundingRequest", - "description": "Filter by the object’s `totalFundingRequest` field.", + "description": "Checks for equality with the object’s `totalFundingRequest` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "BigFloatFilter", + "kind": "SCALAR", + "name": "BigFloat", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", + "description": "Checks for equality with the object’s `updatedAt` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", + "description": "Checks for equality with the object’s `updatedBy` field.", "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null @@ -142526,8 +144901,8 @@ }, { "kind": "OBJECT", - "name": "ProjectManager", - "description": "Join table to track assignment of cif users to projects, as project managers", + "name": "ProjectContact", + "description": "Join table to track assignment of contacts to projects", "fields": [ { "name": "archivedAt", @@ -142555,7 +144930,7 @@ }, { "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", @@ -142566,8 +144941,8 @@ "deprecationReason": null }, { - "name": "cifUserByCifUserId", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", @@ -142578,8 +144953,8 @@ "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", @@ -142590,20 +144965,36 @@ "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "name": "contactByContactId", + "description": "Reads a single `Contact` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "Contact", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserId", - "description": "Foreign key to the cif user", + "name": "contactId", + "description": "Foreign key to the contact", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "contactIndex", + "description": "The zero-based index of the contact in the project", "args": [], "type": { "kind": "NON_NULL", @@ -142663,7 +145054,7 @@ }, { "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectManager`.", + "description": "Reads a single `Project` that is related to this `ProjectContact`.", "args": [], "type": { "kind": "OBJECT", @@ -142689,37 +145080,9 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "projectManagerLabelByProjectManagerLabelId", - "description": "Reads a single `ProjectManagerLabel` that is related to this `ProjectManager`.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagerLabelId", - "description": "Foreign key to the project_manager_label table. Defines the list of labels that cif_users can be assigned to as a manager of a project", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "rowId", - "description": "Unique ID for the project manager record", + "description": "Unique ID for the project contact record", "args": [], "type": { "kind": "NON_NULL", @@ -142775,8 +145138,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "description": "A condition to be used against `ProjectManager` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "name": "ProjectContactCondition", + "description": "A condition to be used against `ProjectContact` object types. All fields are\ntested for equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { @@ -142800,8 +145163,8 @@ "defaultValue": null }, { - "name": "cifUserId", - "description": "Checks for equality with the object’s `cifUserId` field.", + "name": "contactId", + "description": "Checks for equality with the object’s `contactId` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -142810,28 +145173,28 @@ "defaultValue": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "name": "contactIndex", + "description": "Checks for equality with the object’s `contactIndex` field.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Datetime", "ofType": null }, "defaultValue": null }, { - "name": "projectId", - "description": "Checks for equality with the object’s `projectId` field.", + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -142840,8 +145203,8 @@ "defaultValue": null }, { - "name": "projectManagerLabelId", - "description": "Checks for equality with the object’s `projectManagerLabelId` field.", + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", "type": { "kind": "SCALAR", "name": "Int", @@ -142886,8 +145249,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "description": "A filter to be used against `ProjectManager` object types. All fields are combined with a logical ‘and.’", + "name": "ProjectContactFilter", + "description": "A filter to be used against `ProjectContact` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { @@ -142901,7 +145264,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectContactFilter", "ofType": null } } @@ -142948,16 +145311,6 @@ }, "defaultValue": null }, - { - "name": "cifUserByCifUserId", - "description": "Filter by the object’s `cifUserByCifUserId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, { "name": "cifUserByCreatedBy", "description": "Filter by the object’s `cifUserByCreatedBy` relation.", @@ -142999,8 +145352,28 @@ "defaultValue": null }, { - "name": "cifUserId", - "description": "Filter by the object’s `cifUserId` field.", + "name": "contactByContactId", + "description": "Filter by the object’s `contactByContactId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contactId", + "description": "Filter by the object’s `contactId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contactIndex", + "description": "Filter by the object’s `contactIndex` field.", "type": { "kind": "INPUT_OBJECT", "name": "IntFilter", @@ -143033,7 +145406,7 @@ "description": "Negates the expression.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -143049,7 +145422,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectContactFilter", "ofType": null } } @@ -143076,26 +145449,6 @@ }, "defaultValue": null }, - { - "name": "projectManagerLabelByProjectManagerLabelId", - "description": "Filter by the object’s `projectManagerLabelByProjectManagerLabelId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectManagerLabelId", - "description": "Filter by the object’s `projectManagerLabelId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, { "name": "rowId", "description": "Filter by the object’s `rowId` field.", @@ -143133,8 +145486,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectManagerInput", - "description": "An input for mutations affecting `ProjectManager`", + "name": "ProjectContactInput", + "description": "An input for mutations affecting `ProjectContact`", "fields": null, "inputFields": [ { @@ -143158,8 +145511,22 @@ "defaultValue": null }, { - "name": "cifUserId", - "description": "Foreign key to the cif user", + "name": "contactId", + "description": "Foreign key to the contact", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contactIndex", + "description": "The zero-based index of the contact in the project", "type": { "kind": "NON_NULL", "name": null, @@ -143205,20 +145572,6 @@ }, "defaultValue": null }, - { - "name": "projectManagerLabelId", - "description": "Foreign key to the project_manager_label table. Defines the list of labels that cif_users can be assigned to as a manager of a project", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, { "name": "updatedAt", "description": "updated at timestamp", @@ -143245,294 +145598,165 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "description": "Lookup table for project manager labels. Records define the labels that project managers can be assigned to a project as", - "fields": [ + "kind": "INPUT_OBJECT", + "name": "ProjectContactPatch", + "description": "Represents an update to a `ProjectContact`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ { "name": "archivedAt", "description": "archived at timestamp", - "args": [], "type": { "kind": "SCALAR", "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { "name": "archivedBy", "description": "archived by user id", - "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", - "args": [], + "name": "contactId", + "description": "Foreign key to the contact", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", - "args": [], + "name": "contactIndex", + "description": "The zero-based index of the contact in the project", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", - "args": [], + "name": "createdAt", + "description": "created at timestamp", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUsersByProjectManagerProjectManagerLabelIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectId", + "description": "Foreign key to the project", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectContactsByProjectContactProjectIdAndContactIdManyToManyConnection", + "description": "A connection to a list of `Contact` values, with data from `ProjectContact`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `Contact`, info from the `ProjectContact`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "ProjectContactsByProjectContactProjectIdAndContactIdManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `Contact` objects.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndArchivedByManyToManyConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Contact", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUsersByProjectManagerProjectManagerLabelIdAndCifUserId", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCifUserIdManyToManyConnection", + "name": "PageInfo", "ofType": null } }, @@ -143540,123 +145764,59 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectManagerProjectManagerLabelIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "totalCount", + "description": "The count of *all* `Contact` you could get from the connection.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCreatedByManyToManyConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectContactsByProjectContactProjectIdAndContactIdManyToManyEdge", + "description": "A `Contact` edge in the connection, with data from `ProjectContact`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUsersByProjectManagerProjectManagerLabelIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "node", + "description": "The `Contact` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Contact", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectContactsByContactId", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -143683,7 +145843,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -143693,7 +145853,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -143740,7 +145900,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -143749,7 +145909,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -143762,411 +145922,71 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndUpdatedByManyToManyConnection", + "name": "ProjectContactsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectContactsConnection", + "description": "A connection to a list of `ProjectContact` values.", + "fields": [ { - "name": "createdAt", - "description": "created at timestamp", + "name": "edges", + "description": "A list of edges which contains the `ProjectContact` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContactsEdge", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "nodes", + "description": "A list of `ProjectContact` objects.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectContact", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "label", - "description": "The label that project managers can be assigned to a project as", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectManagersByProjectManagerLabelId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsByProjectManagerProjectManagerLabelIdAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Project`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelProjectsByProjectManagerProjectManagerLabelIdAndProjectIdManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rowId", - "description": "Unique ID for the project_manager_label record", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -144182,7 +146002,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "description": "The count of *all* `ProjectContact` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -144204,8 +146024,8 @@ }, { "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "name": "ProjectContactsEdge", + "description": "A `ProjectContact` edge in the connection.", "fields": [ { "name": "cursor", @@ -144221,130 +146041,15 @@ }, { "name": "node", - "description": "The `CifUser` at the end of the edge.", + "description": "The `ProjectContact` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "CifUser", + "name": "ProjectContact", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "projectManagersByArchivedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -144353,2092 +146058,951 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCifUserIdManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", - "fields": [ + "kind": "ENUM", + "name": "ProjectContactsOrderBy", + "description": "Methods to use when ordering `ProjectContact`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCifUserIdManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, + "name": "ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCifUserIdManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagersByCifUserId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagersByCreatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagersByUpdatedBy", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", - "description": "A condition to be used against `ProjectManagerLabel` object types. All fields\nare tested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null }, { - "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "label", - "description": "Checks for equality with the object’s `label` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "description": "A filter to be used against `ProjectManagerLabel` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "label", - "description": "Filter by the object’s `label` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectManagersByProjectManagerLabelId", - "description": "Filter by the object’s `projectManagersByProjectManagerLabelId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelToManyProjectManagerFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectManagersByProjectManagerLabelIdExist", - "description": "Some related `projectManagersByProjectManagerLabelId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelInput", - "description": "An input for mutations affecting `ProjectManagerLabel`", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "label", - "description": "The label that project managers can be assigned to a project as", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelPatch", - "description": "Represents an update to a `ProjectManagerLabel`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "label", - "description": "The label that project managers can be assigned to a project as", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelProjectsByProjectManagerProjectManagerLabelIdAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelProjectsByProjectManagerProjectManagerLabelIdAndProjectIdManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `Project` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - } - } - }, + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelProjectsByProjectManagerProjectManagerLabelIdAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `ProjectManager`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagersByProjectId", - "description": "Reads and enables pagination through a set of `ProjectManager`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelToManyProjectManagerFilter", - "description": "A filter to be used against many `ProjectManager` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null }, { - "name": "none", - "description": "No related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "some", - "description": "Some related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", - "description": "A connection to a list of `ProjectManagerLabel` values.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `ProjectManagerLabel` and cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabelsEdge", - "ofType": null - } - } - } - }, + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `ProjectManagerLabel` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null - } - } - }, + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagerLabelsEdge", - "description": "A `ProjectManagerLabel` edge in the connection.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `ProjectManagerLabel` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectManagerLabel", - "ofType": null - }, + "name": "CONTACT_BY_CONTACT_ID__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", - "description": "Methods to use when ordering `ProjectManagerLabel`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "ARCHIVED_AT_ASC", + "name": "CONTACT_BY_CONTACT_ID__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_AT_DESC", + "name": "CONTACT_BY_CONTACT_ID__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_ASC", + "name": "CONTACT_BY_CONTACT_ID__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ARCHIVED_BY_DESC", + "name": "CONTACT_BY_CONTACT_ID__COMMENTS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "name": "CONTACT_BY_CONTACT_ID__COMMENTS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "name": "CONTACT_BY_CONTACT_ID__COMPANY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "name": "CONTACT_BY_CONTACT_ID__COMPANY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "name": "CONTACT_BY_CONTACT_ID__CONTACT_POSITION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "name": "CONTACT_BY_CONTACT_ID__CONTACT_POSITION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "name": "CONTACT_BY_CONTACT_ID__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "name": "CONTACT_BY_CONTACT_ID__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "name": "CONTACT_BY_CONTACT_ID__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "name": "CONTACT_BY_CONTACT_ID__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "name": "CONTACT_BY_CONTACT_ID__EMAIL_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "name": "CONTACT_BY_CONTACT_ID__EMAIL_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "name": "CONTACT_BY_CONTACT_ID__FAMILY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "name": "CONTACT_BY_CONTACT_ID__FAMILY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "name": "CONTACT_BY_CONTACT_ID__FULL_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "name": "CONTACT_BY_CONTACT_ID__FULL_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "name": "CONTACT_BY_CONTACT_ID__FULL_PHONE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "name": "CONTACT_BY_CONTACT_ID__FULL_PHONE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "name": "CONTACT_BY_CONTACT_ID__GIVEN_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "name": "CONTACT_BY_CONTACT_ID__GIVEN_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "name": "CONTACT_BY_CONTACT_ID__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "name": "CONTACT_BY_CONTACT_ID__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "name": "CONTACT_BY_CONTACT_ID__PHONE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "name": "CONTACT_BY_CONTACT_ID__PHONE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "name": "CONTACT_BY_CONTACT_ID__PHONE_EXT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "name": "CONTACT_BY_CONTACT_ID__PHONE_EXT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "name": "CONTACT_BY_CONTACT_ID__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "name": "CONTACT_BY_CONTACT_ID__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "name": "CONTACT_BY_CONTACT_ID__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "name": "CONTACT_BY_CONTACT_ID__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "name": "CONTACT_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "name": "CONTACT_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "name": "CONTACT_INDEX_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "name": "CONTACT_INDEX_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "name": "CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "name": "CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "name": "CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "name": "CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "name": "ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "name": "ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "name": "NATURAL", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "name": "PRIMARY_KEY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "name": "PRIMARY_KEY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "name": "PROJECT_BY_PROJECT_ID__COMMENTS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "name": "PROJECT_BY_PROJECT_ID__COMMENTS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "name": "PROJECT_BY_PROJECT_ID__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "name": "PROJECT_BY_PROJECT_ID__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", + "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", + "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_ASC", + "name": "PROJECT_BY_PROJECT_ID__SCORE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_DESC", + "name": "PROJECT_BY_PROJECT_ID__SCORE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", + "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", + "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "LABEL_ASC", + "name": "PROJECT_BY_PROJECT_ID__SUMMARY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "LABEL_DESC", + "name": "PROJECT_BY_PROJECT_ID__SUMMARY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", + "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", + "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_MANAGERS_BY_PROJECT_MANAGER_LABEL_ID__COUNT_ASC", + "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_MANAGERS_BY_PROJECT_MANAGER_LABEL_ID__COUNT_DESC", + "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -146472,1212 +147036,2100 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectManagerPatch", - "description": "Represents an update to a `ProjectManager`. Fields that are set will be updated.", + "name": "ProjectFilter", + "description": "A filter to be used against `Project` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ + { + "name": "additionalSectorInformation", + "description": "Filter by the object’s `additionalSectorInformation` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, { "name": "archivedAt", - "description": "archived at timestamp", + "description": "Filter by the object’s `archivedAt` field.", "type": { - "kind": "SCALAR", - "name": "Datetime", + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", "ofType": null }, "defaultValue": null }, { "name": "archivedBy", - "description": "archived by user id", + "description": "Filter by the object’s `archivedBy` field.", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "IntFilter", "ofType": null }, "defaultValue": null }, { - "name": "cifUserId", - "description": "Foreign key to the cif user", + "name": "attachmentsByProjectId", + "description": "Filter by the object’s `attachmentsByProjectId` relation.", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectToManyAttachmentFilter", "ofType": null }, "defaultValue": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "attachmentsByProjectIdExist", + "description": "Some related `attachmentsByProjectId` exist.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null }, { - "name": "projectId", - "description": "Foreign key to the project", + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "projectManagerLabelId", - "description": "Foreign key to the project_manager_label table. Defines the list of labels that cif_users can be assigned to as a manager of a project", + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Boolean", "ofType": null }, "defaultValue": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagersConnection", - "description": "A connection to a list of `ProjectManager` values.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `ProjectManager` and cursor to aid in pagination.", - "args": [], + "name": "comments", + "description": "Filter by the object’s `comments` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManagersEdge", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "nodes", - "description": "A list of `ProjectManager` objects.", - "args": [], + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectManager", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "totalCount", - "description": "The count of *all* `ProjectManager` you could get from the connection.", - "args": [], + "name": "fundingParametersByProjectId", + "description": "Filter by the object’s `fundingParametersByProjectId` relation.", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ProjectToManyFundingParameterFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectManagersEdge", - "description": "A `ProjectManager` edge in the connection.", - "fields": [ + "defaultValue": null + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], + "name": "fundingParametersByProjectIdExist", + "description": "Some related `fundingParametersByProjectId` exist.", "type": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "node", - "description": "The `ProjectManager` at the end of the edge.", - "args": [], + "name": "fundingStreamRfpByFundingStreamRfpId", + "description": "Filter by the object’s `fundingStreamRfpByFundingStreamRfpId` relation.", "type": { - "kind": "OBJECT", - "name": "ProjectManager", + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ProjectManagersOrderBy", - "description": "Methods to use when ordering `ProjectManager`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "defaultValue": null + }, { - "name": "ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "fundingStreamRfpId", + "description": "Filter by the object’s `fundingStreamRfpId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "operatorByOperatorId", + "description": "Filter by the object’s `operatorByOperatorId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "operatorId", + "description": "Filter by the object’s `operatorId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + } + } + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectContactsByProjectId", + "description": "Filter by the object’s `projectContactsByProjectId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyProjectContactFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectContactsByProjectIdExist", + "description": "Some related `projectContactsByProjectId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectManagersByProjectId", + "description": "Filter by the object’s `projectManagersByProjectId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyProjectManagerFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectManagersByProjectIdExist", + "description": "Some related `projectManagersByProjectId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectName", + "description": "Filter by the object’s `projectName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectRevisionsByProjectId", + "description": "Filter by the object’s `projectRevisionsByProjectId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectRevisionsByProjectIdExist", + "description": "Some related `projectRevisionsByProjectId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectStatusByProjectStatusId", + "description": "Filter by the object’s `projectStatusByProjectStatusId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectStatusId", + "description": "Filter by the object’s `projectStatusId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectType", + "description": "Filter by the object’s `projectType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectTypeByProjectType", + "description": "Filter by the object’s `projectTypeByProjectType` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectTypeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectTypeByProjectTypeExists", + "description": "A related `projectTypeByProjectType` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "proposalReference", + "description": "Filter by the object’s `proposalReference` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "reportingRequirementsByProjectId", + "description": "Filter by the object’s `reportingRequirementsByProjectId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "reportingRequirementsByProjectIdExist", + "description": "Some related `reportingRequirementsByProjectId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "score", + "description": "Filter by the object’s `score` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "sectorBySectorName", + "description": "Filter by the object’s `sectorBySectorName` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "sectorBySectorNameExists", + "description": "A related `sectorBySectorName` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "sectorName", + "description": "Filter by the object’s `sectorName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "summary", + "description": "Filter by the object’s `summary` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "totalFundingRequest", + "description": "Filter by the object’s `totalFundingRequest` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigFloatFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__ARCHIVED_BY_ASC", - "description": null, + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectManager", + "description": "Join table to track assignment of cif users to projects, as project managers", + "fields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__ARCHIVED_BY_DESC", - "description": null, + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__CREATED_AT_ASC", - "description": null, + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__CREATED_AT_DESC", - "description": null, + "name": "cifUserByCifUserId", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__CREATED_BY_ASC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__CREATED_BY_DESC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__EMAIL_ADDRESS_ASC", - "description": null, + "name": "cifUserId", + "description": "Foreign key to the cif user", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__EMAIL_ADDRESS_DESC", - "description": null, + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__FAMILY_NAME_ASC", - "description": null, + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__FAMILY_NAME_DESC", - "description": null, + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__GIVEN_NAME_ASC", - "description": null, + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__GIVEN_NAME_DESC", - "description": null, + "name": "projectId", + "description": "Foreign key to the project", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__ID_ASC", - "description": null, + "name": "projectManagerLabelByProjectManagerLabelId", + "description": "Reads a single `ProjectManagerLabel` that is related to this `ProjectManager`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__ID_DESC", - "description": null, + "name": "projectManagerLabelId", + "description": "Foreign key to the project_manager_label table. Defines the list of labels that cif_users can be assigned to as a manager of a project", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__UPDATED_AT_ASC", - "description": null, + "name": "rowId", + "description": "Unique ID for the project manager record", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CIF_USER_ID__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CIF_USER_ID__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CIF_USER_ID__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CIF_USER_ID__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CIF_USER_ID__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", - "description": null, + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", - "description": null, + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerCondition", + "description": "A condition to be used against `ProjectManager` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserId", + "description": "Checks for equality with the object’s `cifUserId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectManagerLabelId", + "description": "Checks for equality with the object’s `projectManagerLabelId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "description": "A filter to be used against `ProjectManager` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + } + } + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByCifUserId", + "description": "Filter by the object’s `cifUserByCifUserId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserId", + "description": "Filter by the object’s `cifUserId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + } + } + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectByProjectId", + "description": "Filter by the object’s `projectByProjectId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectId", + "description": "Filter by the object’s `projectId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectManagerLabelByProjectManagerLabelId", + "description": "Filter by the object’s `projectManagerLabelByProjectManagerLabelId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectManagerLabelId", + "description": "Filter by the object’s `projectManagerLabelId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerInput", + "description": "An input for mutations affecting `ProjectManager`", + "fields": null, + "inputFields": [ { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "cifUserId", + "description": "Foreign key to the cif user", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectId", + "description": "Foreign key to the project", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "projectManagerLabelId", + "description": "Foreign key to the project_manager_label table. Defines the list of labels that cif_users can be assigned to as a manager of a project", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "description": "Lookup table for project manager labels. Records define the labels that project managers can be assigned to a project as", + "fields": [ { - "name": "CIF_USER_ID_ASC", - "description": null, + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_ID_DESC", - "description": null, + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", - "description": null, + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", - "description": null, + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_ASC", - "description": null, + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectManagerLabel`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_DESC", - "description": null, + "name": "cifUsersByProjectManagerProjectManagerLabelIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndArchivedByManyToManyConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", - "description": null, + "name": "cifUsersByProjectManagerProjectManagerLabelIdAndCifUserId", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCifUserIdManyToManyConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", - "description": null, + "name": "cifUsersByProjectManagerProjectManagerLabelIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCreatedByManyToManyConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PRIMARY_KEY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__COMMENTS_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__COMMENTS_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__SUMMARY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__SUMMARY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ARCHIVED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ARCHIVED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ARCHIVED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ARCHIVED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__CREATED_AT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__CREATED_AT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__CREATED_BY_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__CREATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__LABEL_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__LABEL_DESC", - "description": null, + "name": "cifUsersByProjectManagerProjectManagerLabelIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndUpdatedByManyToManyConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__UPDATED_AT_ASC", - "description": null, + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__UPDATED_AT_DESC", - "description": null, + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__UPDATED_BY_ASC", - "description": null, + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__UPDATED_BY_DESC", - "description": null, + "name": "label", + "description": "The label that project managers can be assigned to a project as", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_MANAGER_LABEL_ID_ASC", - "description": null, + "name": "projectManagersByProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectManager`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagersConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_MANAGER_LABEL_ID_DESC", - "description": null, + "name": "projectsByProjectManagerProjectManagerLabelIdAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabelProjectsByProjectManagerProjectManagerLabelIdAndProjectIdManyToManyConnection", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_ASC", - "description": null, + "name": "rowId", + "description": "Unique ID for the project_manager_label record", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", - "description": null, + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", - "description": null, + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "UPDATED_BY_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "Node", + "ofType": null } ], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProjectProjectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelIdManyToManyConnection", - "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -147690,7 +149142,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectProjectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelIdManyToManyEdge", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndArchivedByManyToManyEdge", "ofType": null } } @@ -147701,7 +149153,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectManagerLabel` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -147711,7 +149163,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectManagerLabel", + "name": "CifUser", "ofType": null } } @@ -147737,7 +149189,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -147759,8 +149211,8 @@ }, { "kind": "OBJECT", - "name": "ProjectProjectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelIdManyToManyEdge", - "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -147776,18 +149228,18 @@ }, { "name": "node", - "description": "The `ProjectManagerLabel` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectManagerLabel", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagersByProjectManagerLabelId", + "name": "projectManagersByArchivedBy", "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { @@ -147909,12 +149361,12 @@ }, { "kind": "OBJECT", - "name": "ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Attachment`.", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCifUserIdManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Attachment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -147927,7 +149379,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyEdge", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCifUserIdManyToManyEdge", "ofType": null } } @@ -147938,7 +149390,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -147948,7 +149400,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "CifUser", "ofType": null } } @@ -147974,7 +149426,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -147996,12 +149448,36 @@ }, { "kind": "OBJECT", - "name": "ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Attachment`.", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCifUserIdManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { - "name": "attachmentsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagersByCifUserId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -148028,7 +149504,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -148038,7 +149514,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -148085,7 +149561,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -148094,7 +149570,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -148107,36 +149583,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectStatus", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -148146,12 +149598,12 @@ }, { "kind": "OBJECT", - "name": "ProjectReportTypesByReportingRequirementProjectIdAndReportTypeManyToManyConnection", - "description": "A connection to a list of `ReportType` values, with data from `ReportingRequirement`.", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ReportType`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -148164,7 +149616,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectReportTypesByReportingRequirementProjectIdAndReportTypeManyToManyEdge", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCreatedByManyToManyEdge", "ofType": null } } @@ -148175,7 +149627,7 @@ }, { "name": "nodes", - "description": "A list of `ReportType` objects.", + "description": "A list of `CifUser` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -148185,7 +149637,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportType", + "name": "CifUser", "ofType": null } } @@ -148211,7 +149663,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ReportType` you could get from the connection.", + "description": "The count of *all* `CifUser` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -148233,8 +149685,8 @@ }, { "kind": "OBJECT", - "name": "ProjectReportTypesByReportingRequirementProjectIdAndReportTypeManyToManyEdge", - "description": "A `ReportType` edge in the connection, with data from `ReportingRequirement`.", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", "fields": [ { "name": "cursor", @@ -148250,19 +149702,19 @@ }, { "name": "node", - "description": "The `ReportType` at the end of the edge.", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ReportType", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reportingRequirementsByReportType", - "description": "Reads and enables pagination through a set of `ReportingRequirement`.", + "name": "projectManagersByCreatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -148289,7 +149741,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -148299,7 +149751,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -148346,7 +149798,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ReportingRequirement`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -148355,7 +149807,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ReportingRequirementsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -148368,7 +149820,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportingRequirementsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, @@ -148383,48 +149835,123 @@ }, { "kind": "OBJECT", - "name": "ProjectRevision", - "description": "Table containing all the changes for a project revision", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `ProjectManager`.", "fields": [ { - "name": "changeReason", - "description": "Explanation of why the revision was made", + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `ProjectManager`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "changeStatus", - "description": "Foreign key to the status of the project revision", + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectManagerLabelCifUsersByProjectManagerProjectManagerLabelIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `ProjectManager`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "changeStatusByChangeStatus", - "description": "Reads a single `ChangeStatus` that is related to this `ProjectRevision`.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ChangeStatus", + "name": "CifUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "changeStatusesByFormChangeProjectRevisionIdAndChangeStatus", - "description": "Reads and enables pagination through a set of `ChangeStatus`.", + "name": "projectManagersByUpdatedBy", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -148451,7 +149978,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -148461,7 +149988,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -148508,7 +150035,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ChangeStatus`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -148517,7 +150044,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ChangeStatusesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -148530,261 +150057,552 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionChangeStatusesByFormChangeProjectRevisionIdAndChangeStatusManyToManyConnection", + "name": "ProjectManagersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelCondition", + "description": "A condition to be used against `ProjectManagerLabel` object types. All fields\nare tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", - "args": [], + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Datetime", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", - "args": [], + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUsersByFormChangeProjectRevisionIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "label", + "description": "Checks for equality with the object’s `label` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelFilter", + "description": "A filter to be used against `ProjectManagerLabel` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ProjectManagerLabelFilter", "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { + } + } + }, + "defaultValue": null + }, + { + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "label", + "description": "Filter by the object’s `label` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectManagerLabelFilter", "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "defaultValue": null + }, + { + "name": "projectManagersByProjectManagerLabelId", + "description": "Filter by the object’s `projectManagersByProjectManagerLabelId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelToManyProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectManagersByProjectManagerLabelIdExist", + "description": "Some related `projectManagersByProjectManagerLabelId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelInput", + "description": "An input for mutations affecting `ProjectManagerLabel`", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "label", + "description": "The label that project managers can be assigned to a project as", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndCreatedByManyToManyConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "cifUsersByFormChangeProjectRevisionIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", - "type": { - "kind": "LIST", + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelPatch", + "description": "Represents an update to a `ProjectManagerLabel`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "label", + "description": "The label that project managers can be assigned to a project as", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectManagerLabelProjectsByProjectManagerProjectManagerLabelIdAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `ProjectManager`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "OBJECT", + "name": "ProjectManagerLabelProjectsByProjectManagerProjectManagerLabelIdAndProjectIdManyToManyEdge", + "ofType": null } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndUpdatedByManyToManyConnection", + "name": "PageInfo", "ofType": null } }, @@ -148792,141 +150610,59 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectManagerLabelProjectsByProjectManagerProjectManagerLabelIdAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `ProjectManager`.", + "fields": [ { - "name": "createdBy", - "description": "created by user id", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangesByFormChangeProjectRevisionIdAndPreviousFormChangeId", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionFormChangesByFormChangeProjectRevisionIdAndPreviousFormChangeIdManyToManyConnection", - "ofType": null - } + "kind": "OBJECT", + "name": "Project", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangesByProjectRevisionId", - "description": "Reads and enables pagination through a set of `FormChange`.", + "name": "projectManagersByProjectId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -148953,7 +150689,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -148963,7 +150699,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -148978,6 +150714,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -149000,7 +150746,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -149009,7 +150755,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -149022,223 +150768,119 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "ProjectManagersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerLabelToManyProjectManagerFilter", + "description": "A filter to be used against many `ProjectManager` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null }, { - "name": "formChangesFor", - "description": "Computed column to dynamically retrieve the form_change records relating to the project_revision from a given table", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "formDataTableName", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "jsonMatcher", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "reportType", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "none", + "description": "No related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "some", + "description": "Some related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectManagerLabelsConnection", + "description": "A connection to a list of `ProjectManagerLabel` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ProjectManagerLabel` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabelsEdge", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "isFirstRevision", - "description": "Boolean value to indicate if the revision is the first revision for the project", + "name": "nodes", + "description": "A list of `ProjectManagerLabel` objects.", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "milestoneReportStatuses", - "description": "Computed column to return both form completion statuses and reporting requirement statuses for individual milestones", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "MilestoneReportStatusReturnFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "MilestoneReportStatusReturnsConnection", + "name": "PageInfo", "ofType": null } }, @@ -149246,232 +150888,704 @@ "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Reads a single `Project` that is related to this `ProjectRevision`.", + "name": "totalCount", + "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", "args": [], "type": { - "kind": "OBJECT", - "name": "Project", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectManagerLabelsEdge", + "description": "A `ProjectManagerLabel` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectFormChange", - "description": "Computed column for graphql to retrieve the change related to the project record, within a project revision", + "name": "node", + "description": "The `ProjectManagerLabel` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "FormChange", + "name": "ProjectManagerLabel", "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProjectManagerLabelsOrderBy", + "description": "Methods to use when ordering `ProjectManagerLabel`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectId", - "description": "Foreign key to the associated project row. Will be null if the project hasn't been committed yet.", - "args": [], + "name": "ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LABEL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LABEL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_MANAGERS_BY_PROJECT_MANAGER_LABEL_ID__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_MANAGERS_BY_PROJECT_MANAGER_LABEL_ID__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerPatch", + "description": "Represents an update to a `ProjectManager`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "projectManagerFormChangesByLabel", - "description": "Computed column returns a composite value for each record in project_manager_label and the last related form_change (including archived records) if it exists", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "cifUserId", + "description": "Foreign key to the cif user", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ManagerFormChangesByLabelCompositeReturnsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "rowId", - "description": "Unique ID for the project revision", - "args": [], + "name": "createdAt", + "description": "created at timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "tasklistStatusFor", - "description": "Computed column to return a tasklist status for any tasklist form with an optional json matcher on the form selection", - "args": [ - { - "name": "formDataTableName", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "jsonMatcher", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "createdBy", + "description": "created by user id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "upcomingReportingRequirementFormChange", - "description": "Computed column to return the form_change for the earliest due reporting requirement that hasn't been submitted, optionally constrained by the report type", - "args": [ - { - "name": "reportType", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], + "name": "projectId", + "description": "Foreign key to the project", "type": { - "kind": "OBJECT", - "name": "FormChange", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "projectManagerLabelId", + "description": "Foreign key to the project_manager_label table. Defines the list of labels that cif_users can be assigned to as a manager of a project", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { "name": "updatedAt", "description": "updated at timestamp", - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - } + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { "name": "updatedBy", "description": "updated by user id", - "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null + "defaultValue": null } ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProjectRevisionChangeStatusesByFormChangeProjectRevisionIdAndChangeStatusManyToManyConnection", - "description": "A connection to a list of `ChangeStatus` values, with data from `FormChange`.", + "name": "ProjectManagersConnection", + "description": "A connection to a list of `ProjectManager` values.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ChangeStatus`, info from the `FormChange`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectManager` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -149484,7 +151598,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectRevisionChangeStatusesByFormChangeProjectRevisionIdAndChangeStatusManyToManyEdge", + "name": "ProjectManagersEdge", "ofType": null } } @@ -149495,7 +151609,7 @@ }, { "name": "nodes", - "description": "A list of `ChangeStatus` objects.", + "description": "A list of `ProjectManager` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -149505,7 +151619,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ChangeStatus", + "name": "ProjectManager", "ofType": null } } @@ -149531,7 +151645,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ChangeStatus` you could get from the connection.", + "description": "The count of *all* `ProjectManager` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -149553,8 +151667,8 @@ }, { "kind": "OBJECT", - "name": "ProjectRevisionChangeStatusesByFormChangeProjectRevisionIdAndChangeStatusManyToManyEdge", - "description": "A `ChangeStatus` edge in the connection, with data from `FormChange`.", + "name": "ProjectManagersEdge", + "description": "A `ProjectManager` edge in the connection.", "fields": [ { "name": "cursor", @@ -149568,118 +151682,13 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "formChangesByChangeStatus", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "node", - "description": "The `ChangeStatus` at the end of the edge.", + "description": "The `ProjectManager` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ChangeStatus", + "name": "ProjectManager", "ofType": null }, "isDeprecated": false, @@ -149692,2045 +151701,1125 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", - "fields": [ + "kind": "ENUM", + "name": "ProjectManagersOrderBy", + "description": "Methods to use when ordering `ProjectManager`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, + "name": "ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FormChange`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangesByCreatedBy", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", - "fields": [ + }, { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FormChange`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", - "description": "A condition to be used against `ProjectRevision` object types. All fields are\ntested for equality and combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + }, { - "name": "changeReason", - "description": "Checks for equality with the object’s `changeReason` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatus", - "description": "Checks for equality with the object’s `changeStatus` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "isFirstRevision", - "description": "Checks for equality with the object’s `isFirstRevision` field.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectId", - "description": "Checks for equality with the object’s `projectId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "description": "A filter to be used against `ProjectRevision` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeReason", - "description": "Filter by the object’s `changeReason` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatus", - "description": "Filter by the object’s `changeStatus` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatusByChangeStatus", - "description": "Filter by the object’s `changeStatusByChangeStatus` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeStatusFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "changeStatusByChangeStatusExists", - "description": "A related `changeStatusByChangeStatus` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangesByProjectRevisionId", - "description": "Filter by the object’s `formChangesByProjectRevisionId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionToManyFormChangeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "formChangesByProjectRevisionIdExist", - "description": "Some related `formChangesByProjectRevisionId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "isFirstRevision", - "description": "Filter by the object’s `isFirstRevision` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "BooleanFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - } - } - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectByProjectId", - "description": "Filter by the object’s `projectByProjectId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectByProjectIdExists", - "description": "A related `projectByProjectId` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "projectId", - "description": "Filter by the object’s `projectId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null + "name": "CIF_USER_BY_CIF_USER_ID__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRevisionFormChangesByFormChangeProjectRevisionIdAndPreviousFormChangeIdManyToManyConnection", - "description": "A connection to a list of `FormChange` values, with data from `FormChange`.", - "fields": [ + "name": "CIF_USER_BY_CIF_USER_ID__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", - "description": "A list of edges which contains the `FormChange`, info from the `FormChange`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionFormChangesByFormChangeProjectRevisionIdAndPreviousFormChangeIdManyToManyEdge", - "ofType": null - } - } - } - }, + "name": "CIF_USER_BY_CIF_USER_ID__UPDATED_BY_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `FormChange` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - } - } - }, + "name": "CIF_USER_BY_CIF_USER_ID__UUID_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, + "name": "CIF_USER_BY_CIF_USER_ID__UUID_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `FormChange` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRevisionFormChangesByFormChangeProjectRevisionIdAndPreviousFormChangeIdManyToManyEdge", - "description": "A `FormChange` edge in the connection, with data from `FormChange`.", - "fields": [ + }, { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "formChangesByPreviousFormChangeId", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FormChangesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FormChangesConnection", - "ofType": null - } - }, + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", - "description": "The `FormChange` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FormChange", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionPatch", - "description": "Represents an update to a `ProjectRevision`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ - { - "name": "changeReason", - "description": "Explanation of why the revision was made", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "changeStatus", - "description": "Foreign key to the status of the project revision", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "isFirstRevision", - "description": "Boolean value to indicate if the revision is the first revision for the project", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectId", - "description": "Foreign key to the associated project row. Will be null if the project hasn't been committed yet.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionToManyFormChangeFilter", - "description": "A filter to be used against many `FormChange` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRevisionsConnection", - "description": "A connection to a list of `ProjectRevision` values.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `ProjectRevision` and cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevisionsEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `ProjectRevision` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectRevision", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `ProjectRevision` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRevisionsEdge", - "description": "A `ProjectRevision` edge in the connection.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `ProjectRevision` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ProjectRevision", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", - "description": "Methods to use when ordering `ProjectRevision`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "CHANGE_REASON_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CHANGE_REASON_DESC", + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_ASC", + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ACTIVE_ASC", + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ACTIVE_DESC", + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_AT_ASC", + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_AT_DESC", + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_BY_ASC", + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_BY_DESC", + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_AT_ASC", + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_AT_DESC", + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_BY_ASC", + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_BY_DESC", + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__STATUS_ASC", + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__STATUS_DESC", + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__TRIGGERS_COMMIT_ASC", + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__TRIGGERS_COMMIT_DESC", + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_AT_ASC", + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_AT_DESC", + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_BY_ASC", + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_BY_DESC", + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CHANGE_STATUS_DESC", + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "name": "CIF_USER_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "name": "CIF_USER_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "name": "CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "name": "CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "name": "CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "name": "CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "name": "ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "name": "ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "name": "NATURAL", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "name": "PRIMARY_KEY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "name": "PRIMARY_KEY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "name": "PROJECT_BY_PROJECT_ID__COMMENTS_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "name": "PROJECT_BY_PROJECT_ID__COMMENTS_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_ASC", + "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_AT_DESC", + "name": "PROJECT_BY_PROJECT_ID__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_ASC", + "name": "PROJECT_BY_PROJECT_ID__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CREATED_BY_DESC", + "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGES_BY_PROJECT_REVISION_ID__COUNT_ASC", + "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "FORM_CHANGES_BY_PROJECT_REVISION_ID__COUNT_DESC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_ASC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ID_DESC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "IS_FIRST_REVISION_ASC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "IS_FIRST_REVISION_DESC", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NATURAL", + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_ASC", + "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PRIMARY_KEY_DESC", + "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_ASC", + "name": "PROJECT_BY_PROJECT_ID__SCORE_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_DESC", + "name": "PROJECT_BY_PROJECT_ID__SCORE_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_ASC", + "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_DESC", + "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_ASC", + "name": "PROJECT_BY_PROJECT_ID__SUMMARY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_DESC", + "name": "PROJECT_BY_PROJECT_ID__SUMMARY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__COMMENTS_ASC", + "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__COMMENTS_DESC", + "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_ASC", + "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_DESC", + "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_ASC", + "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_DESC", + "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_ASC", + "name": "PROJECT_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_DESC", + "name": "PROJECT_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ID_ASC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ARCHIVED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__ID_DESC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ARCHIVED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_ASC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ARCHIVED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_DESC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ARCHIVED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_ASC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__CREATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__CREATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__CREATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__CREATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__LABEL_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__LABEL_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SUMMARY_ASC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__SUMMARY_DESC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_ASC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_DESC", + "name": "PROJECT_MANAGER_LABEL_BY_PROJECT_MANAGER_LABEL_ID__UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_ASC", + "name": "PROJECT_MANAGER_LABEL_ID_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_DESC", + "name": "PROJECT_MANAGER_LABEL_ID_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_ASC", + "name": "UPDATED_AT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_DESC", + "name": "UPDATED_AT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_ID_ASC", + "name": "UPDATED_BY_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECT_ID_DESC", + "name": "UPDATED_BY_DESC", "description": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectProjectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelIdManyToManyConnection", + "description": "A connection to a list of `ProjectManagerLabel` values, with data from `ProjectManager`.", + "fields": [ { - "name": "UPDATED_AT_ASC", - "description": null, + "name": "edges", + "description": "A list of edges which contains the `ProjectManagerLabel`, info from the `ProjectManager`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectProjectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelIdManyToManyEdge", + "ofType": null + } + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_AT_DESC", - "description": null, + "name": "nodes", + "description": "A list of `ProjectManagerLabel` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectManagerLabel", + "ofType": null + } + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_ASC", - "description": null, + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "UPDATED_BY_DESC", - "description": null, + "name": "totalCount", + "description": "The count of *all* `ProjectManagerLabel` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProjectStatus", - "description": "Table containing information about possible project statuses", + "name": "ProjectProjectManagerLabelsByProjectManagerProjectIdAndProjectManagerLabelIdManyToManyEdge", + "description": "A `ProjectManagerLabel` edge in the connection, with data from `ProjectManager`.", "fields": [ { - "name": "archivedAt", - "description": "archived at timestamp", + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "Datetime", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "archivedBy", - "description": "archived by user id", + "name": "node", + "description": "The `ProjectManagerLabel` at the end of the edge.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectManagerLabel", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "attachmentsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "projectManagersByProjectManagerLabelId", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -151757,7 +152846,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -151767,7 +152856,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -151790,7 +152879,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -151814,7 +152903,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -151823,7 +152912,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -151836,52 +152925,114 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "ProjectManagersConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Attachment`.", + "fields": [ { - "name": "cifUserByArchivedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "name": "edges", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Attachment`, and the cursor to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyEdge", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByCreatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "name": "nodes", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUserByUpdatedBy", - "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "name": "pageInfo", + "description": "Information to aid in pagination.", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cifUsersByAttachmentProjectStatusIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "totalCount", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectProjectStatusesByAttachmentProjectIdAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Attachment`.", + "fields": [ + { + "name": "attachmentsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Attachment`.", "args": [ { "name": "after", @@ -151908,7 +153059,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "AttachmentCondition", "ofType": null }, "defaultValue": null @@ -151918,7 +153069,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "AttachmentFilter", "ofType": null }, "defaultValue": null @@ -151965,7 +153116,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `Attachment`.", "type": { "kind": "LIST", "name": null, @@ -151974,7 +153125,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "AttachmentsOrderBy", "ofType": null } } @@ -151987,7 +153138,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndArchivedByManyToManyConnection", + "name": "AttachmentsConnection", "ofType": null } }, @@ -151995,8 +153146,154 @@ "deprecationReason": null }, { - "name": "cifUsersByAttachmentProjectStatusIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectReportTypesByReportingRequirementProjectIdAndReportTypeManyToManyConnection", + "description": "A connection to a list of `ReportType` values, with data from `ReportingRequirement`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ReportType`, info from the `ReportingRequirement`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectReportTypesByReportingRequirementProjectIdAndReportTypeManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `ReportType` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ReportType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ReportType` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectReportTypesByReportingRequirementProjectIdAndReportTypeManyToManyEdge", + "description": "A `ReportType` edge in the connection, with data from `ReportingRequirement`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ReportType` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ReportType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reportingRequirementsByReportType", + "description": "Reads and enables pagination through a set of `ReportingRequirement`.", "args": [ { "name": "after", @@ -152023,7 +153320,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ReportingRequirementCondition", "ofType": null }, "defaultValue": null @@ -152033,7 +153330,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ReportingRequirementFilter", "ofType": null }, "defaultValue": null @@ -152080,7 +153377,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `ReportingRequirement`.", "type": { "kind": "LIST", "name": null, @@ -152089,7 +153386,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ReportingRequirementsOrderBy", "ofType": null } } @@ -152102,16 +153399,63 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndCreatedByManyToManyConnection", + "name": "ReportingRequirementsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevision", + "description": "Table containing all the changes for a project revision", + "fields": [ + { + "name": "changeReason", + "description": "Explanation of why the revision was made", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cifUsersByAttachmentProjectStatusIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "changeStatus", + "description": "Foreign key to the status of the project revision", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "changeStatusByChangeStatus", + "description": "Reads a single `ChangeStatus` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ChangeStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "changeStatusesByFormChangeProjectRevisionIdAndChangeStatus", + "description": "Reads and enables pagination through a set of `ChangeStatus`.", "args": [ { "name": "after", @@ -152138,7 +153482,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "ChangeStatusCondition", "ofType": null }, "defaultValue": null @@ -152148,7 +153492,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "ChangeStatusFilter", "ofType": null }, "defaultValue": null @@ -152195,7 +153539,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `ChangeStatus`.", "type": { "kind": "LIST", "name": null, @@ -152204,7 +153548,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "ChangeStatusesOrderBy", "ofType": null } } @@ -152217,7 +153561,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndUpdatedByManyToManyConnection", + "name": "ProjectRevisionChangeStatusesByFormChangeProjectRevisionIdAndChangeStatusManyToManyConnection", "ofType": null } }, @@ -152225,7 +153569,31 @@ "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedBy", + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByFormChangeProjectRevisionIdAndCreatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -152332,7 +153700,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedByManyToManyConnection", + "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndCreatedByManyToManyConnection", "ofType": null } }, @@ -152340,7 +153708,7 @@ "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedBy", + "name": "cifUsersByFormChangeProjectRevisionIdAndUpdatedBy", "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { @@ -152447,7 +153815,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedByManyToManyConnection", + "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -152455,8 +153823,36 @@ "deprecationReason": null }, { - "name": "cifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByFormChangeProjectRevisionIdAndPreviousFormChangeId", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -152483,7 +153879,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -152493,7 +153889,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -152508,16 +153904,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -152540,7 +153926,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -152549,7 +153935,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -152562,7 +153948,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedByManyToManyConnection", + "name": "ProjectRevisionFormChangesByFormChangeProjectRevisionIdAndPreviousFormChangeIdManyToManyConnection", "ofType": null } }, @@ -152570,8 +153956,8 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectProjectStatusIdAndArchivedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "formChangesByProjectRevisionId", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -152598,7 +153984,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -152608,7 +153994,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -152623,16 +154009,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -152655,7 +154031,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -152664,7 +154040,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -152677,7 +154053,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndArchivedByManyToManyConnection", + "name": "FormChangesConnection", "ofType": null } }, @@ -152685,8 +154061,8 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectProjectStatusIdAndCreatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "formChangesFor", + "description": "Computed column to dynamically retrieve the form_change records relating to the project_revision from a given table", "args": [ { "name": "after", @@ -152708,22 +154084,12 @@ }, "defaultValue": null }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserCondition", - "ofType": null - }, - "defaultValue": null - }, { "name": "filter", "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -152739,14 +154105,28 @@ "defaultValue": null }, { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", + "name": "formDataTableName", + "description": null, "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "jsonMatcher", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": "NO" + "defaultValue": null }, { "name": "last", @@ -152769,22 +154149,14 @@ "defaultValue": null }, { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "name": "reportType", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": "[PRIMARY_KEY_ASC]" + "defaultValue": null } ], "type": { @@ -152792,7 +154164,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndCreatedByManyToManyConnection", + "name": "FormChangesConnection", "ofType": null } }, @@ -152800,8 +154172,36 @@ "deprecationReason": null }, { - "name": "cifUsersByProjectProjectStatusIdAndUpdatedBy", - "description": "Reads and enables pagination through a set of `CifUser`.", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isFirstRevision", + "description": "Boolean value to indicate if the revision is the first revision for the project", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "milestoneReportStatuses", + "description": "Computed column to return both form completion statuses and reporting requirement statuses for individual milestones", "args": [ { "name": "after", @@ -152824,28 +154224,28 @@ "defaultValue": null }, { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "CifUserCondition", + "name": "MilestoneReportStatusReturnFilter", "ofType": null }, "defaultValue": null }, { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", + "name": "first", + "description": "Only read the first `n` values of the set.", "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null }, { - "name": "first", - "description": "Only read the first `n` values of the set.", + "name": "last", + "description": "Only read the last `n` values of the set.", "type": { "kind": "SCALAR", "name": "Int", @@ -152854,14 +154254,97 @@ "defaultValue": null }, { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "defaultValue": "NO" + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MilestoneReportStatusReturnsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectByProjectId", + "description": "Reads a single `Project` that is related to this `ProjectRevision`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectFormChange", + "description": "Computed column for graphql to retrieve the change related to the project record, within a project revision", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectId", + "description": "Foreign key to the associated project row. Will be null if the project hasn't been committed yet.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectManagerFormChangesByLabel", + "description": "Computed column returns a composite value for each record in project_manager_label and the last related form_change (including archived records) if it exists", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null }, { "name": "last", @@ -152882,41 +154365,99 @@ "ofType": null }, "defaultValue": null - }, + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ManagerFormChangesByLabelCompositeReturnsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rowId", + "description": "Unique ID for the project revision", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tasklistStatusFor", + "description": "Computed column to return a tasklist status for any tasklist form with an optional json matcher on the form selection", + "args": [ { - "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "name": "formDataTableName", + "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CifUsersOrderBy", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": "[PRIMARY_KEY_ASC]" + "defaultValue": null + }, + { + "name": "jsonMatcher", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndUpdatedByManyToManyConnection", - "ofType": null + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "upcomingReportingRequirementFormChange", + "description": "Computed column to return the form_change for the earliest due reporting requirement that hasn't been submitted, optionally constrained by the report type", + "args": [ + { + "name": "reportType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } + ], + "type": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "updatedAt", + "description": "updated at timestamp", "args": [], "type": { "kind": "NON_NULL", @@ -152931,8 +154472,8 @@ "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", + "name": "updatedBy", + "description": "updated by user id", "args": [], "type": { "kind": "SCALAR", @@ -152941,22 +154482,126 @@ }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionChangeStatusesByFormChangeProjectRevisionIdAndChangeStatusManyToManyConnection", + "description": "A connection to a list of `ChangeStatus` values, with data from `FormChange`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ChangeStatus`, info from the `FormChange`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionChangeStatusesByFormChangeProjectRevisionIdAndChangeStatusManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "description", - "description": "Description of the project_status", + "name": "nodes", + "description": "A list of `ChangeStatus` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ChangeStatus", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ChangeStatus` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionChangeStatusesByFormChangeProjectRevisionIdAndChangeStatusManyToManyEdge", + "description": "A `ChangeStatus` edge in the connection, with data from `FormChange`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByProjectStatusId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "formChangesByChangeStatus", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -152983,7 +154628,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -152993,7 +154638,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -153008,16 +154653,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "INHERIT" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -153040,7 +154675,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -153049,7 +154684,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -153062,7 +154697,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FormChangesConnection", "ofType": null } }, @@ -153070,8 +154705,130 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "node", + "description": "The `ChangeStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ChangeStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FormChange`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByCreatedBy", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -153098,7 +154855,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -153108,7 +154865,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -153123,16 +154880,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -153155,7 +154902,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -153164,7 +154911,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -153177,7 +154924,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusFundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpIdManyToManyConnection", + "name": "FormChangesConnection", "ofType": null } }, @@ -153185,8 +154932,130 @@ "deprecationReason": null }, { - "name": "fundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FormChange`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FormChange`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionCifUsersByFormChangeProjectRevisionIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FormChange`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FormChange`.", "args": [ { "name": "after", @@ -153213,7 +155082,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -153223,7 +155092,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -153238,16 +155107,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -153270,7 +155129,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -153279,7 +155138,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -153288,167 +155147,9113 @@ } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusFundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpIdManyToManyConnection", - "ofType": null - } + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionCondition", + "description": "A condition to be used against `ProjectRevision` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "changeReason", + "description": "Checks for equality with the object’s `changeReason` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "changeStatus", + "description": "Checks for equality with the object’s `changeStatus` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isFirstRevision", + "description": "Checks for equality with the object’s `isFirstRevision` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectId", + "description": "Checks for equality with the object’s `projectId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "description": "A filter to be used against `ProjectRevision` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "changeReason", + "description": "Filter by the object’s `changeReason` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "changeStatus", + "description": "Filter by the object’s `changeStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "changeStatusByChangeStatus", + "description": "Filter by the object’s `changeStatusByChangeStatus` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ChangeStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "changeStatusByChangeStatusExists", + "description": "A related `changeStatusByChangeStatus` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formChangesByProjectRevisionId", + "description": "Filter by the object’s `formChangesByProjectRevisionId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionToManyFormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "formChangesByProjectRevisionIdExist", + "description": "Some related `formChangesByProjectRevisionId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isFirstRevision", + "description": "Filter by the object’s `isFirstRevision` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "projectByProjectId", + "description": "Filter by the object’s `projectByProjectId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectByProjectIdExists", + "description": "A related `projectByProjectId` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectId", + "description": "Filter by the object’s `projectId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionFormChangesByFormChangeProjectRevisionIdAndPreviousFormChangeIdManyToManyConnection", + "description": "A connection to a list of `FormChange` values, with data from `FormChange`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `FormChange`, info from the `FormChange`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionFormChangesByFormChangeProjectRevisionIdAndPreviousFormChangeIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `FormChange` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `FormChange` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionFormChangesByFormChangeProjectRevisionIdAndPreviousFormChangeIdManyToManyEdge", + "description": "A `FormChange` edge in the connection, with data from `FormChange`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formChangesByPreviousFormChangeId", + "description": "Reads and enables pagination through a set of `FormChange`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FormChange`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FormChangesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FormChangesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `FormChange` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FormChange", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionPatch", + "description": "Represents an update to a `ProjectRevision`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "changeReason", + "description": "Explanation of why the revision was made", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "changeStatus", + "description": "Foreign key to the status of the project revision", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isFirstRevision", + "description": "Boolean value to indicate if the revision is the first revision for the project", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectId", + "description": "Foreign key to the associated project row. Will be null if the project hasn't been committed yet.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionToManyFormChangeFilter", + "description": "A filter to be used against many `FormChange` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `FormChange` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionsConnection", + "description": "A connection to a list of `ProjectRevision` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ProjectRevision` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevisionsEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `ProjectRevision` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ProjectRevision` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRevisionsEdge", + "description": "A `ProjectRevision` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectRevision` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectRevision", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProjectRevisionsOrderBy", + "description": "Methods to use when ordering `ProjectRevision`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CHANGE_REASON_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_REASON_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ACTIVE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ACTIVE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__TRIGGERS_COMMIT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__TRIGGERS_COMMIT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_BY_CHANGE_STATUS__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHANGE_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FORM_CHANGES_BY_PROJECT_REVISION_ID__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FORM_CHANGES_BY_PROJECT_REVISION_ID__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_FIRST_REVISION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_FIRST_REVISION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ADDITIONAL_SECTOR_INFORMATION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__COMMENTS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__COMMENTS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__FUNDING_STREAM_RFP_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__OPERATOR_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_STATUS_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SCORE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SCORE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SUMMARY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SUMMARY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__TOTAL_FUNDING_REQUEST_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatus", + "description": "Table containing information about possible project statuses", + "fields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attachmentsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Attachment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttachmentsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectStatus`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByAttachmentProjectStatusIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndArchivedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByAttachmentProjectStatusIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndCreatedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByAttachmentProjectStatusIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndUpdatedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByProjectProjectStatusIdAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndArchivedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByProjectProjectStatusIdAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndCreatedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByProjectProjectStatusIdAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndUpdatedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "Description of the project_status", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpProjectStatusesByProjectStatusId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfp`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusFundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfp`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusFundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": "Name of the project_status", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "operatorsByProjectProjectStatusIdAndOperatorId", + "description": "Reads and enables pagination through a set of `Operator`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OperatorCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OperatorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Operator`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OperatorsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectTypesByProjectProjectStatusIdAndProjectType", + "description": "Reads and enables pagination through a set of `ProjectType`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectTypeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusProjectTypesByProjectProjectStatusIdAndProjectTypeManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByAttachmentProjectStatusIdAndProjectId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusProjectsByAttachmentProjectStatusIdAndProjectIdManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "INHERIT" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rowId", + "description": "Unique ID for the project_status", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sectorsByProjectProjectStatusIdAndSectorName", + "description": "Reads and enables pagination through a set of `Sector`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Sector`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SectorsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusSectorsByProjectProjectStatusIdAndSectorNameManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", + "fields": [ + { + "name": "attachmentsByArchivedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttachmentsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", + "fields": [ + { + "name": "attachmentsByCreatedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttachmentsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Attachment`.", + "fields": [ + { + "name": "attachmentsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Attachment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttachmentsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpProjectStatusesByArchivedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpProjectStatusesByCreatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpProjectStatusesByUpdatedBy", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndArchivedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndArchivedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndArchivedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByArchivedBy", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndCreatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndCreatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndCreatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByCreatedBy", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndUpdatedByManyToManyConnection", + "description": "A connection to a list of `CifUser` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `CifUser`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndUpdatedByManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `CifUser` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `CifUser` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndUpdatedByManyToManyEdge", + "description": "A `CifUser` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `CifUser` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByUpdatedBy", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusCondition", + "description": "A condition to be used against `ProjectStatus` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Checks for equality with the object’s `name` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Checks for equality with the object’s `rowId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", + "description": "A filter to be used against `ProjectStatus` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attachmentsByProjectStatusId", + "description": "Filter by the object’s `attachmentsByProjectStatusId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusToManyAttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attachmentsByProjectStatusIdExist", + "description": "Some related `attachmentsByProjectStatusId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fundingStreamRfpProjectStatusesByProjectStatusId", + "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByProjectStatusId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusToManyFundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fundingStreamRfpProjectStatusesByProjectStatusIdExist", + "description": "Some related `fundingStreamRfpProjectStatusesByProjectStatusId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Filter by the object’s `name` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "projectsByProjectStatusId", + "description": "Filter by the object’s `projectsByProjectStatusId` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusToManyProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsByProjectStatusIdExist", + "description": "Some related `projectsByProjectStatusId` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "rowId", + "description": "Filter by the object’s `rowId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusFundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusFundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `FundingStreamRfp` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusFundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FundingStreamRfpProjectStatusesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfpProjectStatusesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `FundingStreamRfp` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusFundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusFundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `FundingStreamRfp` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusFundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `FundingStreamRfp` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusInput", + "description": "An input for mutations affecting `ProjectStatus`", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Description of the project_status", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Name of the project_status", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyConnection", + "description": "A connection to a list of `Operator` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `Operator` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Operator", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Operator` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyEdge", + "description": "A `Operator` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Operator` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Operator", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByOperatorId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusPatch", + "description": "Represents an update to a `ProjectStatus`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "archived by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "created by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Description of the project_status", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "Name of the project_status", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "updated at timestamp", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusProjectTypesByProjectProjectStatusIdAndProjectTypeManyToManyConnection", + "description": "A connection to a list of `ProjectType` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusProjectTypesByProjectProjectStatusIdAndProjectTypeManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `ProjectType` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ProjectType` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusProjectTypesByProjectProjectStatusIdAndProjectTypeManyToManyEdge", + "description": "A `ProjectType` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectType` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByProjectType", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusProjectsByAttachmentProjectStatusIdAndProjectIdManyToManyConnection", + "description": "A connection to a list of `Project` values, with data from `Attachment`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusProjectsByAttachmentProjectStatusIdAndProjectIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `Project` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Project` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusProjectsByAttachmentProjectStatusIdAndProjectIdManyToManyEdge", + "description": "A `Project` edge in the connection, with data from `Attachment`.", + "fields": [ + { + "name": "attachmentsByProjectId", + "description": "Reads and enables pagination through a set of `Attachment`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attachment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttachmentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttachmentsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Project` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusSectorsByProjectProjectStatusIdAndSectorNameManyToManyConnection", + "description": "A connection to a list of `Sector` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `Sector`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusSectorsByProjectProjectStatusIdAndSectorNameManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `Sector` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `Sector` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusSectorsByProjectProjectStatusIdAndSectorNameManyToManyEdge", + "description": "A `Sector` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `Sector` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Sector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsBySectorName", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusToManyAttachmentFilter", + "description": "A filter to be used against many `Attachment` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusToManyFundingStreamRfpProjectStatusFilter", + "description": "A filter to be used against many `FundingStreamRfpProjectStatus` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpProjectStatusFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectStatusToManyProjectFilter", + "description": "A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `Project` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusesConnection", + "description": "A connection to a list of `ProjectStatus` values.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `ProjectStatus` and cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatusesEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `ProjectStatus` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectStatusesEdge", + "description": "A `ProjectStatus` edge in the connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ProjectStatusesOrderBy", + "description": "Methods to use when ordering `ProjectStatus`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ATTACHMENTS_BY_PROJECT_STATUS_ID__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ATTACHMENTS_BY_PROJECT_STATUS_ID__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_ARCHIVED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_CREATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__EMAIL_ADDRESS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__FAMILY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__GIVEN_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CIF_USER_BY_UPDATED_BY__UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_PROJECT_STATUS_ID__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_PROJECT_STATUS_ID__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECTS_BY_PROJECT_STATUS_ID__COUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECTS_BY_PROJECT_STATUS_ID__COUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyAttachmentFilter", + "description": "A filter to be used against many `Attachment` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttachmentFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyFundingParameterFilter", + "description": "A filter to be used against many `FundingParameter` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingParameterFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyProjectContactFilter", + "description": "A filter to be used against many `ProjectContact` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectContactFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyProjectManagerFilter", + "description": "A filter to be used against many `ProjectManager` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectManagerFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyProjectRevisionFilter", + "description": "A filter to be used against many `ProjectRevision` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRevisionFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectToManyReportingRequirementFilter", + "description": "A filter to be used against many `ReportingRequirement` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "every", + "description": "Every related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "none", + "description": "No related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "some", + "description": "Some related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportingRequirementFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectType", + "description": "Table containing information about project types", + "fields": [ + { + "name": "archivedAt", + "description": "archived at timestamp", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", + "name": "archivedBy", + "description": "archived by user id", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Name of the project_status", + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "operatorsByProjectProjectStatusIdAndOperatorId", - "description": "Reads and enables pagination through a set of `Operator`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "OperatorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Operator`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OperatorsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyConnection", - "ofType": null - } + "kind": "OBJECT", + "name": "CifUser", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByAttachmentProjectStatusIdAndProjectId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUsersByProjectProjectTypeAndArchivedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -153475,7 +164280,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -153485,7 +164290,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -153532,7 +164337,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -153541,7 +164346,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -153554,7 +164359,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusProjectsByAttachmentProjectStatusIdAndProjectIdManyToManyConnection", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndArchivedByManyToManyConnection", "ofType": null } }, @@ -153562,8 +164367,8 @@ "deprecationReason": null }, { - "name": "projectsByProjectStatusId", - "description": "Reads and enables pagination through a set of `Project`.", + "name": "cifUsersByProjectProjectTypeAndCreatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -153590,7 +164395,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -153600,7 +164405,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -153623,7 +164428,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "INHERIT" + "defaultValue": "NO" }, { "name": "last", @@ -153647,7 +164452,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Project`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -153656,7 +164461,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -153669,23 +164474,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rowId", - "description": "Unique ID for the project_status", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndCreatedByManyToManyConnection", "ofType": null } }, @@ -153693,8 +164482,8 @@ "deprecationReason": null }, { - "name": "sectorsByProjectProjectStatusIdAndSectorName", - "description": "Reads and enables pagination through a set of `Sector`.", + "name": "cifUsersByProjectProjectTypeAndUpdatedBy", + "description": "Reads and enables pagination through a set of `CifUser`.", "args": [ { "name": "after", @@ -153721,7 +164510,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorCondition", + "name": "CifUserCondition", "ofType": null }, "defaultValue": null @@ -153731,7 +164520,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "SectorFilter", + "name": "CifUserFilter", "ofType": null }, "defaultValue": null @@ -153778,7 +164567,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Sector`.", + "description": "The method to use when ordering `CifUser`.", "type": { "kind": "LIST", "name": null, @@ -153787,7 +164576,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "SectorsOrderBy", + "name": "CifUsersOrderBy", "ofType": null } } @@ -153800,7 +164589,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusSectorsByProjectProjectStatusIdAndSectorNameManyToManyConnection", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndUpdatedByManyToManyConnection", "ofType": null } }, @@ -153808,8 +164597,8 @@ "deprecationReason": null }, { - "name": "updatedAt", - "description": "updated at timestamp", + "name": "createdAt", + "description": "created at timestamp", "args": [], "type": { "kind": "NON_NULL", @@ -153824,8 +164613,8 @@ "deprecationReason": null }, { - "name": "updatedBy", - "description": "updated by user id", + "name": "createdBy", + "description": "created by user id", "args": [], "type": { "kind": "SCALAR", @@ -153834,114 +164623,10 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ - { - "name": "attachmentsByArchivedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "fundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -153968,7 +164653,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -153978,7 +164663,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -154025,7 +164710,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -154034,7 +164719,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -154047,102 +164732,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "ProjectTypeFundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -154150,236 +164740,15 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ - { - "name": "attachmentsByCreatedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AttachmentsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AttachmentsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `Attachment`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `Attachment`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "ID", "ofType": null } }, @@ -154387,35 +164756,24 @@ "deprecationReason": null }, { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", + "name": "name", + "description": "The name of the project type as the primary key", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByAttachmentProjectStatusIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `Attachment`.", - "fields": [ + }, { - "name": "attachmentsByUpdatedBy", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "operatorsByProjectProjectTypeAndOperatorId", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -154442,7 +164800,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -154452,7 +164810,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -154499,7 +164857,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -154508,7 +164866,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -154521,150 +164879,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectTypeOperatorsByProjectProjectTypeAndOperatorIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndArchivedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByArchivedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "projectStatusesByProjectProjectTypeAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -154691,7 +164915,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -154701,7 +164925,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -154748,7 +164972,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -154757,7 +164981,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -154770,138 +164994,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectTypeProjectStatusesByProjectProjectTypeAndProjectStatusIdManyToManyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndCreatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByCreatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "projectsByProjectType", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -154928,7 +165030,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -154938,7 +165040,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -154961,7 +165063,7 @@ "name": "IncludeArchivedOption", "ofType": null }, - "defaultValue": "NO" + "defaultValue": "INHERIT" }, { "name": "last", @@ -154985,7 +165087,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -154994,7 +165096,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -155007,138 +165109,16 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `CifUser` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedByManyToManyConnection", - "description": "A connection to a list of `CifUser` values, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `CifUser`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedByManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `CifUser` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CifUser", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `CifUser` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusCifUsersByFundingStreamRfpProjectStatusProjectStatusIdAndUpdatedByManyToManyEdge", - "description": "A `CifUser` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "fundingStreamRfpProjectStatusesByUpdatedBy", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "sectorsByProjectProjectTypeAndSectorName", + "description": "Reads and enables pagination through a set of `Sector`.", "args": [ { "name": "after", @@ -155165,7 +165145,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "SectorCondition", "ofType": null }, "defaultValue": null @@ -155175,7 +165155,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "SectorFilter", "ofType": null }, "defaultValue": null @@ -155222,7 +165202,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `Sector`.", "type": { "kind": "LIST", "name": null, @@ -155231,7 +165211,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "SectorsOrderBy", "ofType": null } } @@ -155244,7 +165224,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "ProjectTypeSectorsByProjectProjectTypeAndSectorNameManyToManyConnection", "ofType": null } }, @@ -155252,12 +165232,28 @@ "deprecationReason": null }, { - "name": "node", - "description": "The `CifUser` at the end of the edge.", + "name": "updatedAt", + "description": "updated at timestamp", "args": [], "type": { - "kind": "OBJECT", - "name": "CifUser", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedBy", + "description": "updated by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -155265,13 +165261,19 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndArchivedByManyToManyConnection", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndArchivedByManyToManyConnection", "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { @@ -155289,7 +165291,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndArchivedByManyToManyEdge", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndArchivedByManyToManyEdge", "ofType": null } } @@ -155358,7 +165360,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndArchivedByManyToManyEdge", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndArchivedByManyToManyEdge", "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { @@ -155508,7 +165510,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndCreatedByManyToManyConnection", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndCreatedByManyToManyConnection", "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { @@ -155526,7 +165528,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndCreatedByManyToManyEdge", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndCreatedByManyToManyEdge", "ofType": null } } @@ -155595,7 +165597,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndCreatedByManyToManyEdge", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndCreatedByManyToManyEdge", "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { @@ -155745,7 +165747,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndUpdatedByManyToManyConnection", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndUpdatedByManyToManyConnection", "description": "A connection to a list of `CifUser` values, with data from `Project`.", "fields": [ { @@ -155763,7 +165765,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndUpdatedByManyToManyEdge", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndUpdatedByManyToManyEdge", "ofType": null } } @@ -155832,7 +165834,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusCifUsersByProjectProjectStatusIdAndUpdatedByManyToManyEdge", + "name": "ProjectTypeCifUsersByProjectProjectTypeAndUpdatedByManyToManyEdge", "description": "A `CifUser` edge in the connection, with data from `Project`.", "fields": [ { @@ -155982,8 +165984,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", - "description": "A condition to be used against `ProjectStatus` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "name": "ProjectTypeCondition", + "description": "A condition to be used against `ProjectType` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", "fields": null, "inputFields": [ { @@ -156026,16 +166028,6 @@ }, "defaultValue": null }, - { - "name": "description", - "description": "Checks for equality with the object’s `description` field.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "name", "description": "Checks for equality with the object’s `name` field.", @@ -156046,16 +166038,6 @@ }, "defaultValue": null }, - { - "name": "rowId", - "description": "Checks for equality with the object’s `rowId` field.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, { "name": "updatedAt", "description": "Checks for equality with the object’s `updatedAt` field.", @@ -156083,8 +166065,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", - "description": "A filter to be used against `ProjectStatus` object types. All fields are combined with a logical ‘and.’", + "name": "ProjectTypeFilter", + "description": "A filter to be used against `ProjectType` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ { @@ -156098,7 +166080,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectTypeFilter", "ofType": null } } @@ -156125,26 +166107,6 @@ }, "defaultValue": null }, - { - "name": "attachmentsByProjectStatusId", - "description": "Filter by the object’s `attachmentsByProjectStatusId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusToManyAttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "attachmentsByProjectStatusIdExist", - "description": "Some related `attachmentsByProjectStatusId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, { "name": "cifUserByArchivedBy", "description": "Filter by the object’s `cifUserByArchivedBy` relation.", @@ -156225,36 +166187,6 @@ }, "defaultValue": null }, - { - "name": "description", - "description": "Filter by the object’s `description` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpProjectStatusesByProjectStatusId", - "description": "Filter by the object’s `fundingStreamRfpProjectStatusesByProjectStatusId` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusToManyFundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "fundingStreamRfpProjectStatusesByProjectStatusIdExist", - "description": "Some related `fundingStreamRfpProjectStatusesByProjectStatusId` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, { "name": "name", "description": "Filter by the object’s `name` field.", @@ -156270,7 +166202,7 @@ "description": "Negates the expression.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -156286,7 +166218,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectTypeFilter", "ofType": null } } @@ -156294,18 +166226,18 @@ "defaultValue": null }, { - "name": "projectsByProjectStatusId", - "description": "Filter by the object’s `projectsByProjectStatusId` relation.", + "name": "projectsByProjectType", + "description": "Filter by the object’s `projectsByProjectType` relation.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusToManyProjectFilter", + "name": "ProjectTypeToManyProjectFilter", "ofType": null }, "defaultValue": null }, { - "name": "projectsByProjectStatusIdExist", - "description": "Some related `projectsByProjectStatusId` exist.", + "name": "projectsByProjectTypeExist", + "description": "Some related `projectsByProjectType` exist.", "type": { "kind": "SCALAR", "name": "Boolean", @@ -156313,16 +166245,6 @@ }, "defaultValue": null }, - { - "name": "rowId", - "description": "Filter by the object’s `rowId` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, { "name": "updatedAt", "description": "Filter by the object’s `updatedAt` field.", @@ -156350,244 +166272,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusFundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `FundingStreamRfpProjectStatus`, and the cursor to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectStatusFundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpIdManyToManyEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusFundingStreamRfpsByFundingStreamRfpProjectStatusProjectStatusIdAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `FundingStreamRfpProjectStatus`.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpProjectStatusesByFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "FundingStreamRfp", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectStatusFundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpIdManyToManyConnection", + "name": "ProjectTypeFundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpIdManyToManyConnection", "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", "fields": [ { @@ -156605,7 +166290,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusFundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpIdManyToManyEdge", + "name": "ProjectTypeFundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpIdManyToManyEdge", "ofType": null } } @@ -156674,7 +166359,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusFundingStreamRfpsByProjectProjectStatusIdAndFundingStreamRfpIdManyToManyEdge", + "name": "ProjectTypeFundingStreamRfpsByProjectProjectTypeAndFundingStreamRfpIdManyToManyEdge", "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", "fields": [ { @@ -156824,8 +166509,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectStatusInput", - "description": "An input for mutations affecting `ProjectStatus`", + "name": "ProjectTypeInput", + "description": "An input for mutations affecting `ProjectType`", "fields": null, "inputFields": [ { @@ -156868,19 +166553,9 @@ }, "defaultValue": null }, - { - "name": "description", - "description": "Description of the project_status", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "name", - "description": "Name of the project_status", + "description": "The name of the project type as the primary key", "type": { "kind": "NON_NULL", "name": null, @@ -156919,7 +166594,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyConnection", + "name": "ProjectTypeOperatorsByProjectProjectTypeAndOperatorIdManyToManyConnection", "description": "A connection to a list of `Operator` values, with data from `Project`.", "fields": [ { @@ -156937,7 +166612,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyEdge", + "name": "ProjectTypeOperatorsByProjectProjectTypeAndOperatorIdManyToManyEdge", "ofType": null } } @@ -157006,7 +166681,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusOperatorsByProjectProjectStatusIdAndOperatorIdManyToManyEdge", + "name": "ProjectTypeOperatorsByProjectProjectTypeAndOperatorIdManyToManyEdge", "description": "A `Operator` edge in the connection, with data from `Project`.", "fields": [ { @@ -157156,8 +166831,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectStatusPatch", - "description": "Represents an update to a `ProjectStatus`. Fields that are set will be updated.", + "name": "ProjectTypePatch", + "description": "Represents an update to a `ProjectType`. Fields that are set will be updated.", "fields": null, "inputFields": [ { @@ -157200,19 +166875,9 @@ }, "defaultValue": null }, - { - "name": "description", - "description": "Description of the project_status", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "name", - "description": "Name of the project_status", + "description": "The name of the project type as the primary key", "type": { "kind": "SCALAR", "name": "String", @@ -157247,12 +166912,12 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusProjectsByAttachmentProjectStatusIdAndProjectIdManyToManyConnection", - "description": "A connection to a list of `Project` values, with data from `Attachment`.", + "name": "ProjectTypeProjectStatusesByProjectProjectTypeAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Project`, info from the `Attachment`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -157265,7 +166930,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusProjectsByAttachmentProjectStatusIdAndProjectIdManyToManyEdge", + "name": "ProjectTypeProjectStatusesByProjectProjectTypeAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -157276,7 +166941,7 @@ }, { "name": "nodes", - "description": "A list of `Project` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -157286,7 +166951,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Project", + "name": "ProjectStatus", "ofType": null } } @@ -157312,7 +166977,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Project` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -157334,12 +166999,36 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusProjectsByAttachmentProjectStatusIdAndProjectIdManyToManyEdge", - "description": "A `Project` edge in the connection, with data from `Attachment`.", + "name": "ProjectTypeProjectStatusesByProjectProjectTypeAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", "fields": [ { - "name": "attachmentsByProjectId", - "description": "Reads and enables pagination through a set of `Attachment`.", + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `ProjectStatus` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectStatus", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByProjectStatusId", + "description": "Reads and enables pagination through a set of `Project`.", "args": [ { "name": "after", @@ -157366,7 +167055,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentCondition", + "name": "ProjectCondition", "ofType": null }, "defaultValue": null @@ -157376,7 +167065,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", + "name": "ProjectFilter", "ofType": null }, "defaultValue": null @@ -157423,7 +167112,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Attachment`.", + "description": "The method to use when ordering `Project`.", "type": { "kind": "LIST", "name": null, @@ -157432,7 +167121,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttachmentsOrderBy", + "name": "ProjectsOrderBy", "ofType": null } } @@ -157445,36 +167134,12 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AttachmentsConnection", + "name": "ProjectsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The `Project` at the end of the edge.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -157484,7 +167149,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusSectorsByProjectProjectStatusIdAndSectorNameManyToManyConnection", + "name": "ProjectTypeSectorsByProjectProjectTypeAndSectorNameManyToManyConnection", "description": "A connection to a list of `Sector` values, with data from `Project`.", "fields": [ { @@ -157502,7 +167167,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusSectorsByProjectProjectStatusIdAndSectorNameManyToManyEdge", + "name": "ProjectTypeSectorsByProjectProjectTypeAndSectorNameManyToManyEdge", "ofType": null } } @@ -157571,7 +167236,7 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusSectorsByProjectProjectStatusIdAndSectorNameManyToManyEdge", + "name": "ProjectTypeSectorsByProjectProjectTypeAndSectorNameManyToManyEdge", "description": "A `Sector` edge in the connection, with data from `Project`.", "fields": [ { @@ -157721,89 +167386,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "ProjectStatusToManyAttachmentFilter", - "description": "A filter to be used against many `Attachment` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusToManyFundingStreamRfpProjectStatusFilter", - "description": "A filter to be used against many `FundingStreamRfpProjectStatus` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `FundingStreamRfpProjectStatus` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectStatusToManyProjectFilter", + "name": "ProjectTypeToManyProjectFilter", "description": "A filter to be used against many `Project` object types. All fields are combined with a logical ‘and.’", "fields": null, "inputFields": [ @@ -157844,12 +167427,12 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusesConnection", - "description": "A connection to a list of `ProjectStatus` values.", + "name": "ProjectTypesConnection", + "description": "A connection to a list of `ProjectType` values.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus` and cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectType` and cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -157862,7 +167445,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatusesEdge", + "name": "ProjectTypesEdge", "ofType": null } } @@ -157873,7 +167456,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `ProjectType` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -157883,7 +167466,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "ProjectType", "ofType": null } } @@ -157909,7 +167492,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `ProjectType` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -157931,8 +167514,8 @@ }, { "kind": "OBJECT", - "name": "ProjectStatusesEdge", - "description": "A `ProjectStatus` edge in the connection.", + "name": "ProjectTypesEdge", + "description": "A `ProjectType` edge in the connection.", "fields": [ { "name": "cursor", @@ -157948,11 +167531,11 @@ }, { "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", + "description": "The `ProjectType` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "ProjectType", "ofType": null }, "isDeprecated": false, @@ -157966,8 +167549,8 @@ }, { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", - "description": "Methods to use when ordering `ProjectStatus`.", + "name": "ProjectTypesOrderBy", + "description": "Methods to use when ordering `ProjectType`.", "fields": null, "inputFields": null, "interfaces": null, @@ -157996,18 +167579,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "ATTACHMENTS_BY_PROJECT_STATUS_ID__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ATTACHMENTS_BY_PROJECT_STATUS_ID__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "CIF_USER_BY_ARCHIVED_BY__ARCHIVED_AT_ASC", "description": null, @@ -158428,42 +167999,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "DESCRIPTION_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DESCRIPTION_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_PROJECT_STATUS_ID__COUNT_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FUNDING_STREAM_RFP_PROJECT_STATUSES_BY_PROJECT_STATUS_ID__COUNT_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ID_DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "NAME_ASC", "description": null, @@ -158495,13 +168030,13 @@ "deprecationReason": null }, { - "name": "PROJECTS_BY_PROJECT_STATUS_ID__COUNT_ASC", + "name": "PROJECTS_BY_PROJECT_TYPE__COUNT_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PROJECTS_BY_PROJECT_STATUS_ID__COUNT_DESC", + "name": "PROJECTS_BY_PROJECT_TYPE__COUNT_DESC", "description": null, "isDeprecated": false, "deprecationReason": null @@ -158533,252 +168068,6 @@ ], "possibleTypes": null }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyAttachmentFilter", - "description": "A filter to be used against many `Attachment` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `Attachment` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttachmentFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyFundingParameterFilter", - "description": "A filter to be used against many `FundingParameter` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `FundingParameter` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyProjectContactFilter", - "description": "A filter to be used against many `ProjectContact` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `ProjectContact` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyProjectManagerFilter", - "description": "A filter to be used against many `ProjectManager` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `ProjectManager` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyProjectRevisionFilter", - "description": "A filter to be used against many `ProjectRevision` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `ProjectRevision` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectToManyReportingRequirementFilter", - "description": "A filter to be used against many `ReportingRequirement` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "every", - "description": "Every related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "none", - "description": "No related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "some", - "description": "Some related `ReportingRequirement` matches the filter criteria. All fields are combined with a logical ‘and.’", - "type": { - "kind": "INPUT_OBJECT", - "name": "ReportingRequirementFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", "name": "ProjectsConnection", @@ -159899,6 +169188,102 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "PROJECT_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__ARCHIVED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__ARCHIVED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__ARCHIVED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__ARCHIVED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__CREATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__CREATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__CREATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__CREATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__UPDATED_AT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__UPDATED_AT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__UPDATED_BY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_BY_PROJECT_TYPE__UPDATED_BY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "PROPOSAL_REFERENCE_ASC", "description": null, @@ -159923,6 +169308,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "SCORE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCORE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "SECTOR_BY_SECTOR_NAME__ARCHIVED_AT_ASC", "description": null, @@ -160548,7 +169945,229 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentCondition", + "name": "EmissionIntensityPaymentPercentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityPaymentPercentFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EmissionIntensityPaymentPercentsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "EmissionIntensityPaymentPercentsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allEmissionIntensityReports", + "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EmissionIntensityReportFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EmissionIntensityReport`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EmissionIntensityReportsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "EmissionIntensityReportsConnection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allFormChanges", + "description": "Reads and enables pagination through a set of `FormChange`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FormChangeCondition", "ofType": null }, "defaultValue": null @@ -160558,7 +170177,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityPaymentPercentFilter", + "name": "FormChangeFilter", "ofType": null }, "defaultValue": null @@ -160573,16 +170192,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -160605,7 +170214,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityPaymentPercent`.", + "description": "The method to use when ordering `FormChange`.", "type": { "kind": "LIST", "name": null, @@ -160614,7 +170223,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "EmissionIntensityPaymentPercentsOrderBy", + "name": "FormChangesOrderBy", "ofType": null } } @@ -160624,15 +170233,15 @@ ], "type": { "kind": "OBJECT", - "name": "EmissionIntensityPaymentPercentsConnection", + "name": "FormChangesConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allEmissionIntensityReports", - "description": "Reads and enables pagination through a set of `EmissionIntensityReport`.", + "name": "allFundingParameters", + "description": "Reads and enables pagination through a set of `FundingParameter`.", "args": [ { "name": "after", @@ -160659,7 +170268,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportCondition", + "name": "FundingParameterCondition", "ofType": null }, "defaultValue": null @@ -160669,7 +170278,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "EmissionIntensityReportFilter", + "name": "FundingParameterFilter", "ofType": null }, "defaultValue": null @@ -160716,108 +170325,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `EmissionIntensityReport`.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EmissionIntensityReportsOrderBy", - "ofType": null - } - } - }, - "defaultValue": "[PRIMARY_KEY_ASC]" - } - ], - "type": { - "kind": "OBJECT", - "name": "EmissionIntensityReportsConnection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "allFormChanges", - "description": "Reads and enables pagination through a set of `FormChange`.", - "args": [ - { - "name": "after", - "description": "Read all values in the set after (below) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "before", - "description": "Read all values in the set before (above) this cursor.", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "condition", - "description": "A condition to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeCondition", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "filter", - "description": "A filter to be used in determining which values should be returned by the collection.", - "type": { - "kind": "INPUT_OBJECT", - "name": "FormChangeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "first", - "description": "Only read the first `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "last", - "description": "Only read the last `n` values of the set.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "offset", - "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "orderBy", - "description": "The method to use when ordering `FormChange`.", + "description": "The method to use when ordering `FundingParameter`.", "type": { "kind": "LIST", "name": null, @@ -160826,7 +170334,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FormChangesOrderBy", + "name": "FundingParametersOrderBy", "ofType": null } } @@ -160836,15 +170344,15 @@ ], "type": { "kind": "OBJECT", - "name": "FormChangesConnection", + "name": "FundingParametersConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allFundingParameters", - "description": "Reads and enables pagination through a set of `FundingParameter`.", + "name": "allFundingStreamRfpProjectStatuses", + "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", "args": [ { "name": "after", @@ -160871,7 +170379,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterCondition", + "name": "FundingStreamRfpProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -160881,7 +170389,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingParameterFilter", + "name": "FundingStreamRfpProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -160928,7 +170436,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingParameter`.", + "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -160937,7 +170445,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingParametersOrderBy", + "name": "FundingStreamRfpProjectStatusesOrderBy", "ofType": null } } @@ -160947,15 +170455,15 @@ ], "type": { "kind": "OBJECT", - "name": "FundingParametersConnection", + "name": "FundingStreamRfpProjectStatusesConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allFundingStreamRfpProjectStatuses", - "description": "Reads and enables pagination through a set of `FundingStreamRfpProjectStatus`.", + "name": "allFundingStreamRfps", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", "args": [ { "name": "after", @@ -160982,7 +170490,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusCondition", + "name": "FundingStreamRfpCondition", "ofType": null }, "defaultValue": null @@ -160992,7 +170500,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpProjectStatusFilter", + "name": "FundingStreamRfpFilter", "ofType": null }, "defaultValue": null @@ -161039,7 +170547,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfpProjectStatus`.", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -161048,7 +170556,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpProjectStatusesOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -161058,15 +170566,15 @@ ], "type": { "kind": "OBJECT", - "name": "FundingStreamRfpProjectStatusesConnection", + "name": "FundingStreamRfpsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allFundingStreamRfps", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "allFundingStreams", + "description": "Reads and enables pagination through a set of `FundingStream`.", "args": [ { "name": "after", @@ -161093,7 +170601,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "FundingStreamCondition", "ofType": null }, "defaultValue": null @@ -161103,7 +170611,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "FundingStreamFilter", "ofType": null }, "defaultValue": null @@ -161150,7 +170658,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `FundingStream`.", "type": { "kind": "LIST", "name": null, @@ -161159,7 +170667,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "FundingStreamsOrderBy", "ofType": null } } @@ -161169,15 +170677,15 @@ ], "type": { "kind": "OBJECT", - "name": "FundingStreamRfpsConnection", + "name": "FundingStreamsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allFundingStreams", - "description": "Reads and enables pagination through a set of `FundingStream`.", + "name": "allMilestoneReports", + "description": "Reads and enables pagination through a set of `MilestoneReport`.", "args": [ { "name": "after", @@ -161204,7 +170712,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamCondition", + "name": "MilestoneReportCondition", "ofType": null }, "defaultValue": null @@ -161214,7 +170722,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamFilter", + "name": "MilestoneReportFilter", "ofType": null }, "defaultValue": null @@ -161261,7 +170769,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStream`.", + "description": "The method to use when ordering `MilestoneReport`.", "type": { "kind": "LIST", "name": null, @@ -161270,7 +170778,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamsOrderBy", + "name": "MilestoneReportsOrderBy", "ofType": null } } @@ -161280,15 +170788,15 @@ ], "type": { "kind": "OBJECT", - "name": "FundingStreamsConnection", + "name": "MilestoneReportsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allMilestoneReports", - "description": "Reads and enables pagination through a set of `MilestoneReport`.", + "name": "allOperators", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -161315,7 +170823,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -161325,7 +170833,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "MilestoneReportFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -161372,7 +170880,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `MilestoneReport`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -161381,7 +170889,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MilestoneReportsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -161391,15 +170899,15 @@ ], "type": { "kind": "OBJECT", - "name": "MilestoneReportsConnection", + "name": "OperatorsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allOperators", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "allPayments", + "description": "Reads and enables pagination through a set of `Payment`.", "args": [ { "name": "after", @@ -161426,7 +170934,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "PaymentCondition", "ofType": null }, "defaultValue": null @@ -161436,7 +170944,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "PaymentFilter", "ofType": null }, "defaultValue": null @@ -161483,7 +170991,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `Payment`.", "type": { "kind": "LIST", "name": null, @@ -161492,7 +171000,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "PaymentsOrderBy", "ofType": null } } @@ -161502,15 +171010,15 @@ ], "type": { "kind": "OBJECT", - "name": "OperatorsConnection", + "name": "PaymentsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allPayments", - "description": "Reads and enables pagination through a set of `Payment`.", + "name": "allProjectContacts", + "description": "Reads and enables pagination through a set of `ProjectContact`.", "args": [ { "name": "after", @@ -161537,7 +171045,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentCondition", + "name": "ProjectContactCondition", "ofType": null }, "defaultValue": null @@ -161547,7 +171055,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "PaymentFilter", + "name": "ProjectContactFilter", "ofType": null }, "defaultValue": null @@ -161594,7 +171102,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Payment`.", + "description": "The method to use when ordering `ProjectContact`.", "type": { "kind": "LIST", "name": null, @@ -161603,7 +171111,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "PaymentsOrderBy", + "name": "ProjectContactsOrderBy", "ofType": null } } @@ -161613,15 +171121,15 @@ ], "type": { "kind": "OBJECT", - "name": "PaymentsConnection", + "name": "ProjectContactsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allProjectContacts", - "description": "Reads and enables pagination through a set of `ProjectContact`.", + "name": "allProjectManagerLabels", + "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", "args": [ { "name": "after", @@ -161648,7 +171156,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactCondition", + "name": "ProjectManagerLabelCondition", "ofType": null }, "defaultValue": null @@ -161658,7 +171166,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectContactFilter", + "name": "ProjectManagerLabelFilter", "ofType": null }, "defaultValue": null @@ -161705,7 +171213,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectContact`.", + "description": "The method to use when ordering `ProjectManagerLabel`.", "type": { "kind": "LIST", "name": null, @@ -161714,7 +171222,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectContactsOrderBy", + "name": "ProjectManagerLabelsOrderBy", "ofType": null } } @@ -161724,15 +171232,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectContactsConnection", + "name": "ProjectManagerLabelsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allProjectManagerLabels", - "description": "Reads and enables pagination through a set of `ProjectManagerLabel`.", + "name": "allProjectManagers", + "description": "Reads and enables pagination through a set of `ProjectManager`.", "args": [ { "name": "after", @@ -161759,7 +171267,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelCondition", + "name": "ProjectManagerCondition", "ofType": null }, "defaultValue": null @@ -161769,7 +171277,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerLabelFilter", + "name": "ProjectManagerFilter", "ofType": null }, "defaultValue": null @@ -161816,7 +171324,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManagerLabel`.", + "description": "The method to use when ordering `ProjectManager`.", "type": { "kind": "LIST", "name": null, @@ -161825,7 +171333,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagerLabelsOrderBy", + "name": "ProjectManagersOrderBy", "ofType": null } } @@ -161835,15 +171343,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectManagerLabelsConnection", + "name": "ProjectManagersConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allProjectManagers", - "description": "Reads and enables pagination through a set of `ProjectManager`.", + "name": "allProjectRevisions", + "description": "Reads and enables pagination through a set of `ProjectRevision`.", "args": [ { "name": "after", @@ -161870,7 +171378,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerCondition", + "name": "ProjectRevisionCondition", "ofType": null }, "defaultValue": null @@ -161880,7 +171388,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectManagerFilter", + "name": "ProjectRevisionFilter", "ofType": null }, "defaultValue": null @@ -161895,16 +171403,6 @@ }, "defaultValue": null }, - { - "name": "includeArchived", - "description": "Indicates whether archived items should be included in the results or not.", - "type": { - "kind": "ENUM", - "name": "IncludeArchivedOption", - "ofType": null - }, - "defaultValue": "NO" - }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -161927,7 +171425,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectManager`.", + "description": "The method to use when ordering `ProjectRevision`.", "type": { "kind": "LIST", "name": null, @@ -161936,7 +171434,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectManagersOrderBy", + "name": "ProjectRevisionsOrderBy", "ofType": null } } @@ -161946,15 +171444,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectManagersConnection", + "name": "ProjectRevisionsConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allProjectRevisions", - "description": "Reads and enables pagination through a set of `ProjectRevision`.", + "name": "allProjectStatuses", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -161981,7 +171479,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -161991,7 +171489,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectRevisionFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -162006,6 +171504,16 @@ }, "defaultValue": null }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, { "name": "last", "description": "Only read the last `n` values of the set.", @@ -162028,7 +171536,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectRevision`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -162037,7 +171545,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectRevisionsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -162047,15 +171555,15 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectRevisionsConnection", + "name": "ProjectStatusesConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "allProjectStatuses", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "allProjectTypes", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -162082,7 +171590,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -162092,7 +171600,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -162139,7 +171647,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -162148,7 +171656,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -162158,7 +171666,7 @@ ], "type": { "kind": "OBJECT", - "name": "ProjectStatusesConnection", + "name": "ProjectTypesConnection", "ofType": null }, "isDeprecated": false, @@ -164016,6 +173524,60 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "projectType", + "description": "Reads a single `ProjectType` using its globally unique `ID`.", + "args": [ + { + "name": "id", + "description": "The globally unique `ID` to be used in selecting a single `ProjectType`.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectTypeByName", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "query", "description": "Exposes the root query type nested one level down. This is helpful for Relay 1\nwhich can only query top level fields if they are in a particular form.", @@ -172399,6 +181961,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__PROJECT_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "PROJECT_BY_PROJECT_ID__PROPOSAL_REFERENCE_ASC", "description": null, @@ -172411,6 +181985,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "PROJECT_BY_PROJECT_ID__SCORE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROJECT_BY_PROJECT_ID__SCORE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "PROJECT_BY_PROJECT_ID__SECTOR_NAME_ASC", "description": null, @@ -173047,7 +182633,150 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `CifUser`.", + "description": "The method to use when ordering `CifUser`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CifUsersOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SectorCifUsersByProjectSectorNameAndUpdatedByManyToManyConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "created at timestamp", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdBy", + "description": "created by user id", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fundingStreamRfpsByProjectSectorNameAndFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FundingStreamRfpFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `FundingStreamRfp`.", "type": { "kind": "LIST", "name": null, @@ -173056,7 +182785,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CifUsersOrderBy", + "name": "FundingStreamRfpsOrderBy", "ofType": null } } @@ -173069,7 +182798,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorCifUsersByProjectSectorNameAndUpdatedByManyToManyConnection", + "name": "SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyConnection", "ofType": null } }, @@ -173077,15 +182806,15 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": "created at timestamp", + "name": "id", + "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Datetime", + "name": "ID", "ofType": null } }, @@ -173093,20 +182822,8 @@ "deprecationReason": null }, { - "name": "createdBy", - "description": "created by user id", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fundingStreamRfpsByProjectSectorNameAndFundingStreamRfpId", - "description": "Reads and enables pagination through a set of `FundingStreamRfp`.", + "name": "operatorsByProjectSectorNameAndOperatorId", + "description": "Reads and enables pagination through a set of `Operator`.", "args": [ { "name": "after", @@ -173133,7 +182850,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpCondition", + "name": "OperatorCondition", "ofType": null }, "defaultValue": null @@ -173143,7 +182860,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "FundingStreamRfpFilter", + "name": "OperatorFilter", "ofType": null }, "defaultValue": null @@ -173190,7 +182907,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `FundingStreamRfp`.", + "description": "The method to use when ordering `Operator`.", "type": { "kind": "LIST", "name": null, @@ -173199,7 +182916,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FundingStreamRfpsOrderBy", + "name": "OperatorsOrderBy", "ofType": null } } @@ -173212,23 +182929,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "A globally unique identifier. Can be used in various places throughout the system to identify this single value.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", + "name": "SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyConnection", "ofType": null } }, @@ -173236,8 +182937,8 @@ "deprecationReason": null }, { - "name": "operatorsByProjectSectorNameAndOperatorId", - "description": "Reads and enables pagination through a set of `Operator`.", + "name": "projectStatusesByProjectSectorNameAndProjectStatusId", + "description": "Reads and enables pagination through a set of `ProjectStatus`.", "args": [ { "name": "after", @@ -173264,7 +182965,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorCondition", + "name": "ProjectStatusCondition", "ofType": null }, "defaultValue": null @@ -173274,7 +182975,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "OperatorFilter", + "name": "ProjectStatusFilter", "ofType": null }, "defaultValue": null @@ -173321,7 +183022,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `Operator`.", + "description": "The method to use when ordering `ProjectStatus`.", "type": { "kind": "LIST", "name": null, @@ -173330,7 +183031,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "OperatorsOrderBy", + "name": "ProjectStatusesOrderBy", "ofType": null } } @@ -173343,7 +183044,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyConnection", + "name": "SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyConnection", "ofType": null } }, @@ -173351,8 +183052,8 @@ "deprecationReason": null }, { - "name": "projectStatusesByProjectSectorNameAndProjectStatusId", - "description": "Reads and enables pagination through a set of `ProjectStatus`.", + "name": "projectTypesByProjectSectorNameAndProjectType", + "description": "Reads and enables pagination through a set of `ProjectType`.", "args": [ { "name": "after", @@ -173379,7 +183080,7 @@ "description": "A condition to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusCondition", + "name": "ProjectTypeCondition", "ofType": null }, "defaultValue": null @@ -173389,7 +183090,7 @@ "description": "A filter to be used in determining which values should be returned by the collection.", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectStatusFilter", + "name": "ProjectTypeFilter", "ofType": null }, "defaultValue": null @@ -173436,7 +183137,7 @@ }, { "name": "orderBy", - "description": "The method to use when ordering `ProjectStatus`.", + "description": "The method to use when ordering `ProjectType`.", "type": { "kind": "LIST", "name": null, @@ -173445,7 +183146,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "ProjectStatusesOrderBy", + "name": "ProjectTypesOrderBy", "ofType": null } } @@ -173458,7 +183159,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyConnection", + "name": "SectorProjectTypesByProjectSectorNameAndProjectTypeManyToManyConnection", "ofType": null } }, @@ -174349,13 +184050,538 @@ }, { "kind": "INPUT_OBJECT", - "name": "SectorCondition", - "description": "A condition to be used against `Sector` object types. All fields are tested for equality and combined with a logical ‘and.’", + "name": "SectorCondition", + "description": "A condition to be used against `Sector` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "archivedAt", + "description": "Checks for equality with the object’s `archivedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Checks for equality with the object’s `archivedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Checks for equality with the object’s `createdAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Checks for equality with the object’s `createdBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sectorName", + "description": "Checks for equality with the object’s `sectorName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Checks for equality with the object’s `updatedAt` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Checks for equality with the object’s `updatedBy` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SectorFilter", + "description": "A filter to be used against `Sector` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SectorFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "archivedAt", + "description": "Filter by the object’s `archivedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "archivedBy", + "description": "Filter by the object’s `archivedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedBy", + "description": "Filter by the object’s `cifUserByArchivedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByArchivedByExists", + "description": "A related `cifUserByArchivedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Filter by the object’s `cifUserByCreatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByCreatedByExists", + "description": "A related `cifUserByCreatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CifUserFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cifUserByUpdatedByExists", + "description": "A related `cifUserByUpdatedBy` exists.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdAt", + "description": "Filter by the object’s `createdAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdBy", + "description": "Filter by the object’s `createdBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SectorFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "projectsBySectorName", + "description": "Filter by the object’s `projectsBySectorName` relation.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SectorToManyProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "projectsBySectorNameExist", + "description": "Some related `projectsBySectorName` exist.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sectorName", + "description": "Filter by the object’s `sectorName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedAt", + "description": "Filter by the object’s `updatedAt` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedBy", + "description": "Filter by the object’s `updatedBy` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyConnection", + "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", + "fields": [ + { + "name": "edges", + "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of `FundingStreamRfp` objects.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyEdge", + "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The `FundingStreamRfp` at the end of the edge.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FundingStreamRfp", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectsByFundingStreamRfpId", + "description": "Reads and enables pagination through a set of `Project`.", + "args": [ + { + "name": "after", + "description": "Read all values in the set after (below) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "before", + "description": "Read all values in the set before (above) this cursor.", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includeArchived", + "description": "Indicates whether archived items should be included in the results or not.", + "type": { + "kind": "ENUM", + "name": "IncludeArchivedOption", + "ofType": null + }, + "defaultValue": "NO" + }, + { + "name": "last", + "description": "Only read the last `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Project`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SectorInput", + "description": "An input for mutations affecting `Sector`", "fields": null, "inputFields": [ { "name": "archivedAt", - "description": "Checks for equality with the object’s `archivedAt` field.", + "description": "archived at timestamp", "type": { "kind": "SCALAR", "name": "Datetime", @@ -174365,7 +184591,7 @@ }, { "name": "archivedBy", - "description": "Checks for equality with the object’s `archivedBy` field.", + "description": "archived by user id", "type": { "kind": "SCALAR", "name": "Int", @@ -174375,7 +184601,7 @@ }, { "name": "createdAt", - "description": "Checks for equality with the object’s `createdAt` field.", + "description": "created at timestamp", "type": { "kind": "SCALAR", "name": "Datetime", @@ -174385,7 +184611,7 @@ }, { "name": "createdBy", - "description": "Checks for equality with the object’s `createdBy` field.", + "description": "created by user id", "type": { "kind": "SCALAR", "name": "Int", @@ -174395,17 +184621,21 @@ }, { "name": "sectorName", - "description": "Checks for equality with the object’s `sectorName` field.", + "description": "The name of the sector as the primary key", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { "name": "updatedAt", - "description": "Checks for equality with the object’s `updatedAt` field.", + "description": "updated at timestamp", "type": { "kind": "SCALAR", "name": "Datetime", @@ -174415,7 +184645,7 @@ }, { "name": "updatedBy", - "description": "Checks for equality with the object’s `updatedBy` field.", + "description": "updated by user id", "type": { "kind": "SCALAR", "name": "Int", @@ -174428,221 +184658,14 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", - "description": "A filter to be used against `Sector` object types. All fields are combined with a logical ‘and.’", - "fields": null, - "inputFields": [ - { - "name": "and", - "description": "Checks for all expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "archivedAt", - "description": "Filter by the object’s `archivedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "Filter by the object’s `archivedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedBy", - "description": "Filter by the object’s `cifUserByArchivedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByArchivedByExists", - "description": "A related `cifUserByArchivedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedBy", - "description": "Filter by the object’s `cifUserByCreatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByCreatedByExists", - "description": "A related `cifUserByCreatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByUpdatedBy", - "description": "Filter by the object’s `cifUserByUpdatedBy` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "CifUserFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "cifUserByUpdatedByExists", - "description": "A related `cifUserByUpdatedBy` exists.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "Filter by the object’s `createdAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "Filter by the object’s `createdBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "not", - "description": "Negates the expression.", - "type": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "or", - "description": "Checks for any expressions in this list.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SectorFilter", - "ofType": null - } - } - }, - "defaultValue": null - }, - { - "name": "projectsBySectorName", - "description": "Filter by the object’s `projectsBySectorName` relation.", - "type": { - "kind": "INPUT_OBJECT", - "name": "SectorToManyProjectFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "projectsBySectorNameExist", - "description": "Some related `projectsBySectorName` exist.", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorName", - "description": "Filter by the object’s `sectorName` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "Filter by the object’s `updatedAt` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "DatetimeFilter", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "Filter by the object’s `updatedBy` field.", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntFilter", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", - "name": "SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyConnection", - "description": "A connection to a list of `FundingStreamRfp` values, with data from `Project`.", + "name": "SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyConnection", + "description": "A connection to a list of `Operator` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `FundingStreamRfp`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -174655,7 +184678,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyEdge", + "name": "SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge", "ofType": null } } @@ -174666,7 +184689,7 @@ }, { "name": "nodes", - "description": "A list of `FundingStreamRfp` objects.", + "description": "A list of `Operator` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -174676,7 +184699,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "Operator", "ofType": null } } @@ -174702,7 +184725,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `FundingStreamRfp` you could get from the connection.", + "description": "The count of *all* `Operator` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -174724,8 +184747,8 @@ }, { "kind": "OBJECT", - "name": "SectorFundingStreamRfpsByProjectSectorNameAndFundingStreamRfpIdManyToManyEdge", - "description": "A `FundingStreamRfp` edge in the connection, with data from `Project`.", + "name": "SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge", + "description": "A `Operator` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -174741,18 +184764,18 @@ }, { "name": "node", - "description": "The `FundingStreamRfp` at the end of the edge.", + "description": "The `Operator` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "FundingStreamRfp", + "name": "Operator", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByFundingStreamRfpId", + "name": "projectsByOperatorId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -174874,8 +184897,8 @@ }, { "kind": "INPUT_OBJECT", - "name": "SectorInput", - "description": "An input for mutations affecting `Sector`", + "name": "SectorPatch", + "description": "Represents an update to a `Sector`. Fields that are set will be updated.", "fields": null, "inputFields": [ { @@ -174922,13 +184945,9 @@ "name": "sectorName", "description": "The name of the sector as the primary key", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, @@ -174959,12 +184978,12 @@ }, { "kind": "OBJECT", - "name": "SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyConnection", - "description": "A connection to a list of `Operator` values, with data from `Project`.", + "name": "SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyConnection", + "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `Operator`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -174977,7 +184996,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge", + "name": "SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyEdge", "ofType": null } } @@ -174988,7 +185007,7 @@ }, { "name": "nodes", - "description": "A list of `Operator` objects.", + "description": "A list of `ProjectStatus` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -174998,7 +185017,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Operator", + "name": "ProjectStatus", "ofType": null } } @@ -175024,7 +185043,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `Operator` you could get from the connection.", + "description": "The count of *all* `ProjectStatus` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -175046,8 +185065,8 @@ }, { "kind": "OBJECT", - "name": "SectorOperatorsByProjectSectorNameAndOperatorIdManyToManyEdge", - "description": "A `Operator` edge in the connection, with data from `Project`.", + "name": "SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyEdge", + "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -175063,18 +185082,18 @@ }, { "name": "node", - "description": "The `Operator` at the end of the edge.", + "description": "The `ProjectStatus` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "Operator", + "name": "ProjectStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByOperatorId", + "name": "projectsByProjectStatusId", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -175194,95 +185213,14 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "INPUT_OBJECT", - "name": "SectorPatch", - "description": "Represents an update to a `Sector`. Fields that are set will be updated.", - "fields": null, - "inputFields": [ - { - "name": "archivedAt", - "description": "archived at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "archivedBy", - "description": "archived by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdAt", - "description": "created at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "createdBy", - "description": "created by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "sectorName", - "description": "The name of the sector as the primary key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedAt", - "description": "updated at timestamp", - "type": { - "kind": "SCALAR", - "name": "Datetime", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "updatedBy", - "description": "updated by user id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", - "name": "SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyConnection", - "description": "A connection to a list of `ProjectStatus` values, with data from `Project`.", + "name": "SectorProjectTypesByProjectSectorNameAndProjectTypeManyToManyConnection", + "description": "A connection to a list of `ProjectType` values, with data from `Project`.", "fields": [ { "name": "edges", - "description": "A list of edges which contains the `ProjectStatus`, info from the `Project`, and the cursor to aid in pagination.", + "description": "A list of edges which contains the `ProjectType`, info from the `Project`, and the cursor to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", @@ -175295,7 +185233,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyEdge", + "name": "SectorProjectTypesByProjectSectorNameAndProjectTypeManyToManyEdge", "ofType": null } } @@ -175306,7 +185244,7 @@ }, { "name": "nodes", - "description": "A list of `ProjectStatus` objects.", + "description": "A list of `ProjectType` objects.", "args": [], "type": { "kind": "NON_NULL", @@ -175316,7 +185254,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "ProjectType", "ofType": null } } @@ -175342,7 +185280,7 @@ }, { "name": "totalCount", - "description": "The count of *all* `ProjectStatus` you could get from the connection.", + "description": "The count of *all* `ProjectType` you could get from the connection.", "args": [], "type": { "kind": "NON_NULL", @@ -175364,8 +185302,8 @@ }, { "kind": "OBJECT", - "name": "SectorProjectStatusesByProjectSectorNameAndProjectStatusIdManyToManyEdge", - "description": "A `ProjectStatus` edge in the connection, with data from `Project`.", + "name": "SectorProjectTypesByProjectSectorNameAndProjectTypeManyToManyEdge", + "description": "A `ProjectType` edge in the connection, with data from `Project`.", "fields": [ { "name": "cursor", @@ -175381,18 +185319,18 @@ }, { "name": "node", - "description": "The `ProjectStatus` at the end of the edge.", + "description": "The `ProjectType` at the end of the edge.", "args": [], "type": { "kind": "OBJECT", - "name": "ProjectStatus", + "name": "ProjectType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsByProjectStatusId", + "name": "projectsByProjectType", "description": "Reads and enables pagination through a set of `Project`.", "args": [ { @@ -180934,6 +190872,218 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectTypeByNameInput", + "description": "All input for the `updateProjectTypeByName` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "name", + "description": "The name of the project type as the primary key", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "projectTypePatch", + "description": "An object where the defined keys will be set on the `ProjectType` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectTypePatch", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateProjectTypeInput", + "description": "All input for the `updateProjectType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "The globally unique `ID` which will identify a single `ProjectType` to be updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "projectTypePatch", + "description": "An object where the defined keys will be set on the `ProjectType` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectTypePatch", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateProjectTypePayload", + "description": "The output of our update `ProjectType` mutation.", + "fields": [ + { + "name": "cifUserByArchivedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByCreatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cifUserByUpdatedBy", + "description": "Reads a single `CifUser` that is related to this `ProjectType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CifUser", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectType", + "description": "The `ProjectType` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ProjectType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "projectTypeEdge", + "description": "An edge for our `ProjectType`. May be used by Relay 1.", + "args": [ + { + "name": "orderBy", + "description": "The method to use when ordering `ProjectType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ProjectTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": "[PRIMARY_KEY_ASC]" + } + ], + "type": { + "kind": "OBJECT", + "name": "ProjectTypesEdge", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", "name": "UpdateReportTypeByNameInput", diff --git a/schema/deploy/computed_columns/form_change_as_project.sql b/schema/deploy/computed_columns/form_change_as_project.sql index 0dc4596146..d93055a2c6 100644 --- a/schema/deploy/computed_columns/form_change_as_project.sql +++ b/schema/deploy/computed_columns/form_change_as_project.sql @@ -1,5 +1,6 @@ -- Deploy cif:computed_columns/form_change_as_project to pg -- requires: tables/project +-- requires: tables/project_001 -- requires: tables/form_change begin; @@ -18,19 +19,21 @@ as $$ (new_form_data->>'operatorId')::integer as operator_id, (new_form_data->>'fundingStreamRfpId')::integer as funding_stream_rfp_id, (new_form_data->>'projectStatusId')::integer as project_status_id, - new_form_data->>'proposalReference' as proposal_reference, + (new_form_data->>'proposalReference')::varchar as proposal_reference, new_form_data->>'summary' as summary, new_form_data->>'projectName' as project_name, (new_form_data->>'totalFundingRequest')::numeric as total_funding_request, - new_form_data->>'sectorName' as sector_name, - new_form_data->>'additionalSectorInformation' as additional_sector_information, - new_form_data->>'comments' as comments, + (new_form_data->>'sectorName')::varchar as sector_name, + (new_form_data->>'additionalSectorInformation')::varchar as additional_sector_information, + (new_form_data->>'comments')::varchar as comments, null::int as created_by, now()::timestamptz created_at, null::int as updated_by, now()::timestamptz updated_at, null::int as archived_by, - null::timestamptz as archived_at + null::timestamptz as archived_at, + (new_form_data->>'score')::decimal as score, + (new_form_data->>'projectType')::varchar as project_type from cif.form_change fc where fc.id = $1.id and fc.form_data_table_name = 'project' $$ language sql stable; diff --git a/schema/deploy/computed_columns/form_change_as_project@1.0.0-rc.1.sql b/schema/deploy/computed_columns/form_change_as_project@1.0.0-rc.1.sql new file mode 100644 index 0000000000..56737c3a8c --- /dev/null +++ b/schema/deploy/computed_columns/form_change_as_project@1.0.0-rc.1.sql @@ -0,0 +1,41 @@ +-- Deploy cif:computed_columns/form_change_as_project to pg +-- requires: tables/project +-- requires: tables/project_001 +-- requires: tables/form_change + +begin; + +create or replace function cif.form_change_as_project(cif.form_change) +returns cif.project +as $$ + select + /** + Given form_data_record_id can be null for some form_change records, it is not a reliable id value for the returned project_contact record. + The returned id must not be null, so we use the form_change id being passed in as a parameter (multiplied by -1 to ensure we are not touching any existing records). + This means the id value is not going to be the correct id for the returned project_contact record, which should be ok since we're only interested + in the data in new_form_data. + **/ + ($1.id * -1) as id, + (new_form_data->>'operatorId')::integer as operator_id, + (new_form_data->>'fundingStreamRfpId')::integer as funding_stream_rfp_id, + (new_form_data->>'projectStatusId')::integer as project_status_id, + (new_form_data->>'proposalReference')::varchar as proposal_reference, + new_form_data->>'summary' as summary, + new_form_data->>'projectName' as project_name, + (new_form_data->>'totalFundingRequest')::numeric as total_funding_request, + (new_form_data->>'sectorName')::varchar as sector_name, + (new_form_data->>'additionalSectorInformation')::varchar as additional_sector_information, + (new_form_data->>'comments')::varchar as comments, + null::int as created_by, + now()::timestamptz created_at, + null::int as updated_by, + now()::timestamptz updated_at, + null::int as archived_by, + null::timestamptz as archived_at + from cif.form_change fc where fc.id = $1.id and fc.form_data_table_name = 'project' + +$$ language sql stable; + +comment on function cif.form_change_as_project(cif.form_change) is 'Computed column returns data from the new_form_data column as if it were a project to allow graph traversal via the foreign keys.'; + +commit; diff --git a/schema/deploy/tables/project_001.sql b/schema/deploy/tables/project_001.sql new file mode 100644 index 0000000000..389cff32cb --- /dev/null +++ b/schema/deploy/tables/project_001.sql @@ -0,0 +1,10 @@ +-- Deploy cif:tables/project_001 to pg + +begin; + +alter table cif.project add column score decimal, add column project_type varchar(1000) references cif.project_type(name); + +comment on column cif.project.score is 'The score of the project after evaluation by the CIF team'; +comment on column cif.project.project_type is 'The type of the project (e.g. fuel switching)'; + +commit; diff --git a/schema/deploy/tables/project_type.sql b/schema/deploy/tables/project_type.sql new file mode 100644 index 0000000000..e8938935bf --- /dev/null +++ b/schema/deploy/tables/project_type.sql @@ -0,0 +1,50 @@ +-- Deploy cif:tables/project_type to pg + +begin; + +create table cif.project_type +( + name varchar(1000) primary key +); + +select cif_private.upsert_timestamp_columns('cif', 'project_type'); + +do +$grant$ +begin + +-- Grant cif_internal permissions +perform cif_private.grant_permissions('select', 'project_type', 'cif_internal'); +perform cif_private.grant_permissions('insert', 'project_type', 'cif_internal'); +perform cif_private.grant_permissions('update', 'project_type', 'cif_internal'); + +-- Grant cif_admin permissions +perform cif_private.grant_permissions('select', 'project_type', 'cif_admin'); +perform cif_private.grant_permissions('insert', 'project_type', 'cif_admin'); +perform cif_private.grant_permissions('update', 'project_type', 'cif_admin'); + +-- Grant cif_external no permissions +-- Grant cif_guest no permissions + +end +$grant$; + +comment on table cif.project_type is 'Table containing information about project types'; +comment on column cif.project_type.name is 'The name of the project type as the primary key'; + + +insert into cif.project_type (name) +values + ('Fuel Switching'), + ('Waste Heat Recovery'), + ('Renewable Energy'), + ('Carbon Capture'), + ('Utilization and Storage'), + ('Methane Reduction'), + ('Process Improvement'), + ('Electrification'), + ('Fleet Electrification'), + ('Hydrogen Production/Blending'), + ('Other'); + +commit; diff --git a/schema/revert/computed_columns/form_change_as_project.sql b/schema/revert/computed_columns/form_change_as_project.sql index 465a79d478..d93055a2c6 100644 --- a/schema/revert/computed_columns/form_change_as_project.sql +++ b/schema/revert/computed_columns/form_change_as_project.sql @@ -1,7 +1,43 @@ --- Revert cif:computed_columns/form_change_as_project from pg +-- Deploy cif:computed_columns/form_change_as_project to pg +-- requires: tables/project +-- requires: tables/project_001 +-- requires: tables/form_change begin; -drop function cif.form_change_as_project(cif.form_change); +create or replace function cif.form_change_as_project(cif.form_change) +returns cif.project +as $$ + select + /** + Given form_data_record_id can be null for some form_change records, it is not a reliable id value for the returned project_contact record. + The returned id must not be null, so we use the form_change id being passed in as a parameter (multiplied by -1 to ensure we are not touching any existing records). + This means the id value is not going to be the correct id for the returned project_contact record, which should be ok since we're only interested + in the data in new_form_data. + **/ + ($1.id * -1) as id, + (new_form_data->>'operatorId')::integer as operator_id, + (new_form_data->>'fundingStreamRfpId')::integer as funding_stream_rfp_id, + (new_form_data->>'projectStatusId')::integer as project_status_id, + (new_form_data->>'proposalReference')::varchar as proposal_reference, + new_form_data->>'summary' as summary, + new_form_data->>'projectName' as project_name, + (new_form_data->>'totalFundingRequest')::numeric as total_funding_request, + (new_form_data->>'sectorName')::varchar as sector_name, + (new_form_data->>'additionalSectorInformation')::varchar as additional_sector_information, + (new_form_data->>'comments')::varchar as comments, + null::int as created_by, + now()::timestamptz created_at, + null::int as updated_by, + now()::timestamptz updated_at, + null::int as archived_by, + null::timestamptz as archived_at, + (new_form_data->>'score')::decimal as score, + (new_form_data->>'projectType')::varchar as project_type + from cif.form_change fc where fc.id = $1.id and fc.form_data_table_name = 'project' + +$$ language sql stable; + +comment on function cif.form_change_as_project(cif.form_change) is 'Computed column returns data from the new_form_data column as if it were a project to allow graph traversal via the foreign keys.'; commit; diff --git a/schema/revert/computed_columns/form_change_as_project@1.0.0-rc.1.sql b/schema/revert/computed_columns/form_change_as_project@1.0.0-rc.1.sql new file mode 100644 index 0000000000..465a79d478 --- /dev/null +++ b/schema/revert/computed_columns/form_change_as_project@1.0.0-rc.1.sql @@ -0,0 +1,7 @@ +-- Revert cif:computed_columns/form_change_as_project from pg + +begin; + +drop function cif.form_change_as_project(cif.form_change); + +commit; diff --git a/schema/revert/tables/project_001.sql b/schema/revert/tables/project_001.sql new file mode 100644 index 0000000000..03d2d968bc --- /dev/null +++ b/schema/revert/tables/project_001.sql @@ -0,0 +1,7 @@ +-- Revert cif:tables/project_001 from pg + +begin; + +alter table cif.project drop column score, drop column project_type; + +commit; diff --git a/schema/revert/tables/project_type.sql b/schema/revert/tables/project_type.sql new file mode 100644 index 0000000000..a857d7bc51 --- /dev/null +++ b/schema/revert/tables/project_type.sql @@ -0,0 +1,7 @@ +-- Revert cif:tables/project_type from pg + +begin; + +drop table cif.project_type; + +commit; diff --git a/schema/sqitch.plan b/schema/sqitch.plan index bdfbbed606..bd42402d81 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -103,6 +103,8 @@ mutations/create_project_revision [mutations/create_project_revision@1.0.0-rc.1] computed_columns/emission_intensity_report_calculated_ei_performance 2022-07-27T20:07:35Z Brianna Cerkiewicz # Returns the calculated EI intensity value computed_columns/form_change_as_emission_intensity_report 2022-08-03T17:12:52Z Brianna Cerkiewicz # Computed column to return form change as emission intensity report type @1.0.0-rc.3 2022-08-08T22:14:42Z Pierre Bastianelli # release v1.0.0-rc.3 - mutations/discard_funding_parameter_form_change 2022-08-10T23:11:54Z Gurjeet Matharu # Discarding funding parameter form change @1.0.0-rc.4 2022-08-15T18:49:49Z Dylan Leard # release v1.0.0-rc.4 +tables/project_type 2022-08-08T18:26:33Z Brianna Cerkiewicz # Adding a table for project type +tables/project_001 2022-08-08T15:28:44Z Brianna Cerkiewicz # Add a score and project type column to the project table +computed_columns/form_change_as_project [computed_columns/form_change_as_project@1.0.0-rc.1 tables/project_001] 2022-08-08T21:44:08Z Brianna Cerkiewicz # Add score and project type to project computed column diff --git a/schema/verify/computed_columns/form_change_as_project@1.0.0-rc.1.sql b/schema/verify/computed_columns/form_change_as_project@1.0.0-rc.1.sql new file mode 100644 index 0000000000..34c401da61 --- /dev/null +++ b/schema/verify/computed_columns/form_change_as_project@1.0.0-rc.1.sql @@ -0,0 +1,7 @@ +-- Verify cif:computed_columns/form_change_as_project on pg + +begin; + +select pg_get_functiondef('cif.form_change_as_project(cif.form_change)'::regprocedure); + +rollback; diff --git a/schema/verify/tables/project_001.sql b/schema/verify/tables/project_001.sql new file mode 100644 index 0000000000..eef4fedc2b --- /dev/null +++ b/schema/verify/tables/project_001.sql @@ -0,0 +1,9 @@ +-- Verify cif:tables/project_001 on pg + +begin; + +select column_name +from information_schema.columns +where table_schema='cif' and table_name='project' and column_name='score'; + +rollback; diff --git a/schema/verify/tables/project_type.sql b/schema/verify/tables/project_type.sql new file mode 100644 index 0000000000..40dad326f7 --- /dev/null +++ b/schema/verify/tables/project_type.sql @@ -0,0 +1,18 @@ +-- Verify cif:tables/project_type on pg + +begin; + +select pg_catalog.has_table_privilege('cif.project_type', 'select'); + +-- cif_internal Grants +select cif_private.verify_grant('select', 'project_type', 'cif_internal'); +select cif_private.verify_grant('insert', 'project_type', 'cif_internal'); +select cif_private.verify_grant('update', 'project_type', 'cif_internal'); + +-- cif_admin Grants +select cif_private.verify_grant('select', 'project_type', 'cif_admin'); +select cif_private.verify_grant('insert', 'project_type', 'cif_admin'); +select cif_private.verify_grant('update', 'project_type', 'cif_admin'); + + +rollback;