{"meta":{"title":"Other","intro":"기타 범주의 GraphQL 스키마 형식에 대한 참조 설명서입니다.","product":"GraphQL API","breadcrumbs":[{"href":"/ko/graphql","title":"GraphQL API"},{"href":"/ko/graphql/reference","title":"참조"},{"href":"/ko/graphql/reference/other","title":"Other"}],"documentType":"article"},"body":"# Other\n\n기타 범주의 GraphQL 스키마 형식에 대한 참조 설명서입니다.\n\n## Base64String - scalar\n\nA (potentially binary) string encoded using base64.\n\n## BigInt - scalar\n\nRepresents non-fractional signed whole numeric values. Since the value may\nexceed the size of a 32-bit integer, it's encoded as a string.\n\n## Boolean - scalar\n\nRepresents true or false values.\n\n## CustomPropertyValue - scalar\n\nA custom property value can be either a string or an array of strings. All\nproperty types support only a single string value, except for the multi-select\ntype, which supports only a string array.\n\n## Date - scalar\n\nAn ISO-8601 encoded date string.\n\n## DateTime - scalar\n\nAn ISO-8601 encoded UTC date string.\n\n## Float - scalar\n\nRepresents signed double-precision fractional values as specified by IEEE 754.\n\n## GitObjectID - scalar\n\nA Git object ID.\n\n## GitRefname - scalar\n\nA fully qualified reference name (e.g. refs/heads/master).\n\n## GitSSHRemote - scalar\n\nGit SSH string.\n\n## GitTimestamp - scalar\n\nAn ISO-8601 encoded date string. Unlike the DateTime type, GitTimestamp is not converted in UTC.\n\n## HTML - scalar\n\nA string containing HTML code.\n\n## id - query\n\nID of the object.\n\n**Type:** ID!\n\n## ID - scalar\n\nRepresents a unique identifier that is Base64 obfuscated. It is 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 \"VXNlci0xMA==\") or integer (such as 4) input value will be accepted as an ID.\n\n## Int - scalar\n\nRepresents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.\n\n## PageInfo - object\n\nInformation about pagination in a connection.\n\n### Fields for `PageInfo`\n\n* `endCursor` (String): When paginating forwards, the cursor to continue.\n* `hasNextPage` (Boolean!): When paginating forwards, are there more items?.\n* `hasPreviousPage` (Boolean!): When paginating backwards, are there more items?.\n* `startCursor` (String): When paginating backwards, the cursor to continue.\n\n## PreciseDateTime - scalar\n\nAn ISO-8601 encoded UTC date string with millisecond precision.\n\n## relay - query\n\nWorkaround for re-exposing the root query object. (Refer to\nhttps://github.com/facebook/relay/issues/112 for more information.).\n\n**Type:** Query!\n\n## String - scalar\n\nRepresents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.\n\n## URI - scalar\n\nAn RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.\n\n## X509Certificate - scalar\n\nA valid x509 certificate string."}