First stable build with system check
This commit is contained in:
29
graphql/cloud-dav/cloud-dav.types.graphql
Normal file
29
graphql/cloud-dav/cloud-dav.types.graphql
Normal file
@@ -0,0 +1,29 @@
|
||||
type CloudDavContact {
|
||||
urn: ID!
|
||||
identityGroupUrn: String!
|
||||
|
||||
firstName: String
|
||||
lastName: String
|
||||
company: String
|
||||
phones: [String]
|
||||
addresses: [CloudDavContactAddress]
|
||||
dates: [CloudDavContactLabeledString]
|
||||
urls: [CloudDavContactLabeledString]
|
||||
notes: String
|
||||
}
|
||||
|
||||
type CloudDavContactAddress {
|
||||
urn: ID!
|
||||
type: String
|
||||
street1: String
|
||||
street2: String
|
||||
city: String
|
||||
state: String
|
||||
postalCode: String
|
||||
country: String
|
||||
}
|
||||
|
||||
type CloudDavContactLabeledString {
|
||||
context: String!
|
||||
value: String!
|
||||
}
|
||||
Reference in New Issue
Block a user