Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 25, 2024
1 parent 8242aca commit 2e6876d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-specs/graphql/schema.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ enum AssociateInheritanceMode {
Enabled
}

type AssociateRole implements Versioned {
type AssociateRole implements Versioned & ReferenceExpandable {
key: String!
buyerAssignable: Boolean!
name: String
Expand Down Expand Up @@ -1289,7 +1289,7 @@ type BooleanType implements FieldType {
name: String!
}

type BusinessUnit implements Versioned {
type BusinessUnit implements Versioned & ReferenceExpandable {
key: String!
name: String!
contactEmail: String
Expand Down

0 comments on commit 2e6876d

Please sign in to comment.