field:selective_sync_shards,type: [GraphQL::STRING_TYPE],null: true,description: 'The repository storages whose projects should be synced, if `selective_sync_type` == `shards`'
field:selective_sync_namespaces,::Types::NamespaceType.connection_type,null: true,method: :namespaces,description: 'The namespaces that should be synced, if `selective_sync_type` == `namespaces`'
field:minimum_reverification_interval,GraphQL::INT_TYPE,null: true,description: 'The interval (in days) in which the repository verification is valid. Once expired, it will be reverified'