Make console buildable by removing people related GQL queries
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -1528,7 +1528,7 @@ input RiskFilter {
|
||||
snapshotId: ID
|
||||
}
|
||||
|
||||
input PeopleFilter {
|
||||
input ProfileFilter {
|
||||
excludeContractEnded: Boolean
|
||||
}
|
||||
|
||||
@@ -1615,6 +1615,15 @@ type Organization implements Node {
|
||||
headquarterAddress: String
|
||||
context: OrganizationContext @goField(forceResolver: true)
|
||||
|
||||
profiles(
|
||||
first: Int
|
||||
after: CursorKey
|
||||
last: Int
|
||||
before: CursorKey
|
||||
orderBy: ProfileOrder
|
||||
filter: ProfileFilter
|
||||
): ProfileConnection! @goField(forceResolver: true)
|
||||
|
||||
slackConnections(
|
||||
first: Int
|
||||
after: CursorKey
|
||||
|
||||
Reference in New Issue
Block a user