const FormContainer = (props: Props) => {
  const { data, error, loading } = useQuery(gql(queries.branches), {
    fetchPolicy: 'network-only'
  });